• Hi

    I use both logo and text in my header.
    I’d like to center the text, i.e. website title and subtitle.
    Is that possible?

    Thanks,
    Chris

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    This feature is built into the Customizer of our Pro version. For the free version, you can achieve close to that with some additional CSS. Can you insert the code mentioned below inside the Appearance > Customize > Additional CSS box.

    #header-left-section, #header-text{
        float: none;
    }
    #header-text{
    	text-align: center;
    }

    Thanks.

    Thread Starter chris1awe

    (@chris1awe)

    Thanks a lot.

    It works great. But unfortunatey I have a widget with a logo on the right side of the header and this logo now has been shifted downwards. (Just in case you have a solution for this problem as well…)

    Will the same happen in the Pro version? Or will the title center between the left and right logo (which is what I want)?

    Best
    Chris

    Hi,

    We need to inspect your site to provide the solution. Could you provide us with a working URL to your site as the above link seems to be broken?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Page Title’ is closed to new replies.