This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Alignment of menu bar with logo

Resolved 5 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Hello ,
We are new to WordPress and this is our first website in WordPress.
We are trying to align Menu bar with our Logo. As it is at top of the navigation bar
So is there any way to fix this ?

Thanks in advance,

URL: http://www.ib-cotedivoire.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff

    Hi Sergedicapi

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation ul li a {
    	padding: 50px 35px;
    }
    .main-navigation ul ul li a {
    	padding: 20px 35px;
    }
  2. sergedicapi

    thanks but space between my menu and sub menu is too large.
    any issue?

  3. Andrew Misplon Staff

    The second rule represents the drop downs.

    .main-navigation ul ul li a {
    	padding: 20px 35px;
    }

    20px represents top and bottom, change as required :)

  4. sergedicapi

    ok cool thanks “super ça marche merci”

  5. Andrew Misplon Staff

    For sure :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread