• Can anyone please help me, I would like to center the logo and menu items. I tried adding text-align:center; to the elements but it is not working. Kindly, please guide me.

    Thank You

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

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

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    #logo {
      float: none;
      margin: auto;
    }
    
    #header-links, #header-links-inner {
      float: none;
      margin: auto;
    }

    Thanks!

    Thread Starter nandugan

    (@nandugan)

    Thanks. Now the logo is centered. but the menus are not centered.

    Nandugan,

    Your menu bar is fully centered, the empty space is only left for another menu item if you want to add in future, as shown here (see: https://prntscr.com/gd8q4d).

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo and menu’ is closed to new replies.