New Front EN › Support Forums › Kanso Theme Support › 2 Column Page Layout (i.e. Contact in Demo) › Reply To: 2 Column Page Layout (i.e. Contact in Demo)
April 21, 2014 at 3:57 pm
#3055
satori
Keymaster
Hey Thomas,
the layout whereby the title is left-aligned and the content floats to the right is only used on the one-page template in Kanso. To implement it on the page you mention, you’d need some additional CSS (you can insert it into the “Style: Add Custom CSS” tab of the Theme Options panel:
.page-id-280 .page-content { float: right; width: 66%; } .page-id-280 .page-content h1:last-child { margin-left: -52%; width: 40%; float: left; } .page-id-280 .page-content h6:last-child { display: none; }
Sincerely,
Andrii / Satori Studio