Menu not centering with larger logo

Home Forums Vozx – Multipurpose WordPress Theme Menu not centering with larger logo

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5953

    sgreer
    Participant

    Hi there

    Our logo is larger than the standard template one, and the header bar appears to resize, but the menu does not vertically center. It looks as though one of the elements containining the header is overlapping the slider underneath as well. I’d appreciate any help center-aligning this!

    website is http://test.actualvirtual.co.uk

    Many thanks

    Simon

    #5966

    ab-themes
    Keymaster

    Hi!

    Since your logo is bigger you’d need to set the menus padding to right size. In style.css on line 1804 set this up:

    nav > ul {
    list-style: none;
    margin: 0;
    float: right;
    position: relative;
    padding-top: 20px;
    }

    And we don’t see the element that is overlapping the slider. Can you point out what element are you referring to? If you think about header spacer, it is beneath the header, so that the slider wouldn’t go under the header (so that it’s fully visible).

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

The topic ‘Menu not centering with larger logo’ is closed to new replies.