• Resolved stockman1963

    (@stockman1963)


    I have been trying all manner of CSS code to try center the logo, instead of having it on the left-hand side.

    Is there a way to center the logo please?

    Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • TUT Support

    (@phpexpert21)

    Hello @stockman1963,

    We can center the logo with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    div#logo {
    text-align: center !important;
    float: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter stockman1963

    (@stockman1963)

    Hi Manoj,

    That worked perfectly 🙂

    Thank you very much and have a great day!

    stockman1963

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Center the Logo’ is closed to new replies.