Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #348919

    Hello,

    I’ve been having this issue with our theme for a couple of months now. I was given a solution before but unfortunately it did not work.

    You can see what I am referencing here in the private content area.

    The about text overlays over the page logo when the page is viewed at full size on desktop or on an iPad sized screen. Resize your browser to see.

    Thanks!
    Phil

    #349389

    Hi mastcharter!

    you could move the logo to the left using this in Quick CSS:

    div .logo {
    left: -50px;
    }
    

    Best regards,
    Andy

    #350126

    Hello, thanks for the reply! That will then throw off the whole layout of the page. The logo will not be inline with the page bounds.

    Is there another method to have the logo auto resize to fit as the menu grows and shrinks? I faintly remember that being a feature.

    Thanks!
    Phil

    #350134

    Hey!

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

    .av-main-nav > li > a { padding: 0 6px; }

    Regards,
    Yigit

    #350172

    Hi!

    Thanks for the quick reply. I’ve added that into the Quick CSS area and it hasn’t seemed to have an effect.

    Thanks,
    Phil

    #350174

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #350236
    This reply has been marked as private.
    #350254

    Hey!

    > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field. Fixed it and it works fine now. Please review your website

    Best regards,
    Yigit

    #350259

    Thanks so much! That’s my mistake! I copied the code from the email notification of the new post and I guess the mail processor for the forum strips that out.

    Thanks again!
    Phil

    #350264

    Hi again Yigit,

    Sorry one more issue. Seems that the padding allows now for the menu items pop down below the menu now if the screen is a little bit too small.

    Can you reproduce that on your end?

    Here’s a screenshot:
    http://cl.ly/image/0k3C1u0s1k3f

    Thanks,
    Phil

    #351078

    Hey!

    You can adjust the padding and font size of the main menu items:

    @media only screen and (max-width: 1100px) {
    .av-main-nav > li > a {
    font-size: 11px;
    padding: 0 7px;
    }
    }

    Regards,
    Ismael

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