• Resolved ruudkaufman

    (@ruudkaufman)


    Hi there,

    I like to fix a small problem, but it’s hard to find

    The topmenu at my iphone is too short in length. I like to set it larger.
    But I dont now where to adjust in the CSS.

    I am using theme Satisfy.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, same problem here with Satisfy Premium and some iPhones (e. g. 7). With iPhone SE currently not. Maybe a resolution issue. Thanks for reporting! I stay tuned.

    Best regards from Germany

    • This reply was modified 7 years, 2 months ago by thenicnic.
    Theme Author Webbjocke

    (@webbjocke)

    Hi had not seen that before. It seems to be a bug in some safari versions when the “css calc” is animated, but I think adding the css below should fix it. There will probably also be an update released for this. Great you noticed!

    @media (max-width: 991px){
        .site-nav{
            height: auto !important;
            max-height: 0;
        }
        .site-nav.-active{
            max-height: 100%;
        }
    }
    Thread Starter ruudkaufman

    (@ruudkaufman)

    Thanx Webjocke! The update is working wel!! Good service!

    Best Regards,

    Ruud “happy” Kaufman

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top Menu length too small on phone’ is closed to new replies.