This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #153469
     gfisch
    Participant

    Hello

    I think since the last update the small menu has a display error. The “Please select your page” is a bit too low. See screenshot. You can see this if you make the browser window small enough.

    Thanks

    Andreas

    Attachments:
    You must be logged in to view attached files.
    #153610
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    nav.top-bar .name a {
        margin-top: -5.5%;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #153703
     gfisch
    Participant

    🙂 I tweaked the parameter a bit and used a -px value instead of %. But now it looks great again. Thank you Laura.

    @media only screen and (max-width: 940px) {
    nav.top-bar .name a {
    margin-top: -20px;
    }
    }

    #153842
     Laura
    Moderator

    Glad to help! 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?