Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: 2 Column Page Layout (i.e. Contact in Demo)

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)

#3055
mmsatori
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