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.

Vantage Premium Constrain Logo Height Customization?

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Daniel 10 years ago

Hello,
I’m a WP noob.
The problem that I am having is that the Vantage theme is that when I choose the masthead layout to be “logo in menu,” the “Constrain Logo Height” option is shrinking my logo far to much to the point where it is hardly readable. I am no expert in changing the size of my logos, and I was wondering if there was a way to reduce the black space in the menu around the logo so that it would appear larger while keeping the constrain option checked? For example set it to constrain about 30% less than it currently does? Thanx!

URL: http://www.salamatphilippines.com/

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Semper Aye 10 years, 9 months ago

    /* Remove Logo in Menu img constraint */
    header#masthead.masthead-logo-in-menu .logo > img {
    max-height: 50px;
    }

    After reading a few other threads, I have added this above code to custom CSS to enlarge the logo, and it does make the logo look a little easier to see…..but…..it makes it so that menu buttons are no longer vertically centered. Any Solution?

  2. Semper Aye 10 years, 9 months ago

    I forgot to mention:

    Not only does this mess up the alignment of the menu buttons, but also the blue hover blocks no longer stretch to fit the entire size of the menu. Maybe there is an easier way to solve this? lol

  3. Daniel Staff 10 years, 9 months ago

    Hi Semper Aye

    You can fix 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: 30px 35px !important;
    }

    Try that out

    Cheers

  4. Semper Aye 10 years, 9 months ago

    Addo,

    Thank you! I added your code next after the code I had already entered, and it’s just how I wanted it to look!

  5. Daniel Staff 10 years, 9 months ago

    Perfect :-)

    Always feel free to open a new thread whenever you require support

    Cheers

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