• Resolved Squirrel99

    (@squirrel99)


    Hello there,

    How do I move the logo from the left to the center? What code should I add/edit in style.css?

    Please help.

    Thank you.

Viewing 1 replies (of 1 total)
  • WPShout

    (@codeinwp)

    Hi,

    Please install this plugin https://wordpress.org/plugins/simple-custom-css/ and in Appearance -> Custom CSS add this:

    .navbar-header {
        width: 100% !important;
        text-align: center !important;
    } 
    
    .navbar-header a {
      display: block !important;
      float: none !important;
    }

    Let me know if that helps.

    Thank you,
    Rodica

Viewing 1 replies (of 1 total)

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