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)

#3063
mmsatori
Keymaster

Hey Massaki,

you do not have any unique wrappers around the subheadings, they are just bold text, which is why they’re not aligning. You can try this:

.page-id-280 .page-content strong { float: left; margin-left: -52%; }

yet I would recommend wrapping the headings you need left-aligned into divs with unique identifiers (class or id), which would make it easier to add attributes to them.

Sincerely,
Andrii / Satori Studio