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

    Hi there,
    I’m wondering if you could tell me how to decrease the line spacing of the secondary menu items when it’s being viewed on a mobile portrait view? There’s a significant gap between the two lines.
    Here’s a screenshot: https://www.dropbox.com/s/v29317d63wejxi4/suttle-rec-mobile.PNG?dl=0

    Thanks!

    #416247

    Hey htarrant!

    I replied to your other thread, I think clearing your browser cache and reloading a few times will solve your problems. If not, please let us know and we’ll take a closer look.

    Best regards,
    Rikard

    #416252

    Hi, I cleared my browsing history, cache and all browsing data and it’s still the same.

    #416862

    Hi!

    Use this fix the secondary menu:

    @media only screen and (max-width: 767px) {
    .responsive #header_meta .sub_menu>ul>li {
      padding: 0 3px;
    
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
      font-size: 9px;
      padding: 4px 0;
    }
    }

    Regarding the mobile menu issue, please update the theme to 3.1.1. Remove browser cache then reload the page.

    Cheers!
    Ismael

    #419807

    Hi, I am still getting a big gap between the first and second line when viewing on mobile portrait orientation.

    #420212

    Hi!

    Could you take another screenshot to highlight the issue please? Also, what OS and browser are you using when the error occurs? It look fine on iPhone 4 using latest version of Chrome.

    Best regards,
    Rikard

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