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.

Logo in menu not showing after premium upgrade

11 years ago · Last reply by Ivan Starčević 11 years ago

Hi,

I just updated to premium Vantage theme. In the free version, logo was shown in the menu. Now it doesn’t show any more. I checked that the option in Appearance->Theme settings->Layout Masthead layout is correctly selected to Logo in menu. When I select it to be default layout I can see the logo.

Thank you

URL: http://thairoom-masaza.hr/

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. James 11 years, 5 days ago

    i can see the logo in the menu when visiting the site…

    but it is hard to see due to it’s small size, here are some css changes that will help enlarge and align the menu text and hover.

    add this to the custom css

    header#masthead.masthead-logo-in-menu .logo > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75px !important;
    }

    .main-navigation ul li a {
    padding: 40px 25px !important;
    height: 100px !important
    }

  2. Ivan Starčević 11 years, 5 days ago

    Thanks

    Now it’s better. Is there a way that the masthead is centered? Like the footer?

  3. James 11 years, 5 days ago

    .main-navigation ul {
    text-align: center !important;
    }

    .main-navigation ul li {
    display: inline-block !important;
    float: none !important;
    }

  4. Daniel Staff 11 years, 4 days ago

    Hi Ivan,

    James has provided a custom css that will sort your issue out please try it out

    .main-navigation ul {
    text-align: center !important;
    }
    .main-navigation ul li {
    display: inline-block !important;
    float: none !important;
    }
    header#masthead.masthead-logo-in-menu .logo > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75px !important;
    }
    .main-navigation ul li a {
    padding: 40px 25px !important;
    height: 100px !important
    }

    @James thank you, much appreciated.

    Cheers

  5. Ivan Starčević 11 years, 4 days ago

    Thanks all. I did try it. Its working great. Thank you all.
    I do have another question. When I enable my theme to display on small screen devices and view the site on my mobile, the menu is way too big and looks ugly. Can that be adjusted somehow?

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