• Hey guys – firstly, very impressive theme. Good stuff.

    What I need is to make my logo centered rather than the default of left aligned.

    Can you let me know where I can make this tweak within the css.

    Cheers,
    Martin

Viewing 1 replies (of 1 total)
  • Hello @sohoaus,

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

    div#tidymag-logo {
    text-align: center !important;
    width: 100% !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘How to Center the Logo’ is closed to new replies.