This topic has 8 replies, 2 voices, and was last updated 8 years by kbrady.

  • Author
  • #108271
     kbrady
    Participant

    I am trying to make the logo larger (250px in height) but it is being resized to only 88px for some reason.  The site is located at http://www.leyvaportraits.com

    This is what I currently have in Quick CSS

    .logo

    {

    height:240px;

    margin-top:20px;

    }

    #108292
     sharmstr
    Moderator

    Change the main menu height to 250px in theme options > header options

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #108305
     kbrady
    Participant

    I did that but now there is way too much padding above and below the menu. How can I fix that issue?

    #108311
     sharmstr
    Moderator

    Try this instead

    COPY CODE
    
    @media (min-width: 991px) {
        .header-centered .navbar-header, .logo {
            height: 250px !important;
            line-height: 250px !important;
        }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #108317
     kbrady
    Participant

    I put that in the quickcss but it fix the issue. Big gap is still there

    #108319
     sharmstr
    Moderator

    Did you reset the main menu height to 88px?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #108320
     kbrady
    Participant

    No I didn’t but now I did. The logo went back to a small size. Not as big of a gap but still one since the logo is much smaller.

    #108323
     sharmstr
    Moderator

    Strange that it works perfectly on my site.

    Add this to it

    COPY CODE
    
    #logo_img {
        max-height: 250px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #108387
     kbrady
    Participant

    That was the ticket. Seems to work now. Thank you!

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?