Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #908114

    Hey guys, this is happening to more than one site. It’s on the iPpad. Been seeing it since the latest update. Thought I would let you know.
    https://js-interactive.com/overlap.png

    JS

    #908132

    Hi Justin,

    Could you please post a link so we can look into it? :)

    Regards,
    Yigit

    #908138

    Hey Yigit …

    Thanks!

    #908364

    Hi,

    I think you will have to adjust the font sizes for each screens size to get that looking right. Try this to make the phone numbers a bit smaller on tablets:

    @media only screen and (max-width: 990px) {
    #header_meta .phone-info, #header_meta .phone-info span {
        font-size: 16px !important;
    }
    }

    Best regards,
    Rikard

    #908651

    Thanks Rikard, I think I mentioned in my original post that it’s not related to font-size :) Even at 14px there is conflict.

    #908674

    I mean…not to be a pest, but you’ll see its happening with all my sites that use your theme and have the phone number at the top :)

    Thanks!

    #908905

    Hi,

    Please try this for the Kohala site:

    @media only screen and (max-width: 990px) {
    .sub_menu {
        min-width:100% !important;
        display:block !important;
    }
    
    #avia2-menu {
        display: table !important;
        margin: 0 auto !important;
        padding-bottom: 20px !important;
    }
    }

    Best regards,
    Rikard

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