Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #368442

    For my site the logo keeps shrinking for tablets so it is leaving alot of white space between the logo and the menu. I have it how I want on desktop, is there a way to keep it proportionally the same on all devices?

    #368446

    Hi alex5252!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) and (min-width: 769px) {
    .logo img {
    height: 40px;
    width: 510px;
    }}

    Cheers!
    Yigit

    #368448
    This reply has been marked as private.
    #368465

    Another question – how do I make the font size of the very top menu larger? The one with the phone number and email address and hours.

    #368505

    .

    #368792

    Hey!

    Try adding this code to the Quick CSS:

    #header_meta * {
        font-size: 22px !important;
    }

    Cheers! 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.