Home Forums Theme support caboom theme overhead section Reply To: caboom theme overhead section

Hi,

normally there is no option to put content on the right side, the ride side is for the social icons.

If you want, you can go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

#overheader .one_half_last {
display:none;
}
#overheader .one_half {
float:right;
text-align:right;
}

This could help you and place the left column to the right.