Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #393861

    Hello guys,

    The problem I have is that in the upright position in an Ipad, the telefone number (in the secondary menu on top) is getting positioned out of place, underneath “localização”. Seems to be squeezed in there.

    Many thanks,

    Miguel

    #394170

    Hey Mkieling!

    Please try the following code in your Quick CSS:

    @media only screen and (max-width: 786px) {
    .responsive .phone-info {
    float: none !important;
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    }
    }
    

    Regards,
    Rikard

    • This reply was modified 9 years, 9 months ago by Rikard.
    #394319

    Hello Rikard,

    I didn’t work, unfortunately.

    Do you have other ideas?

    Many thanks,

    Miguel

    #394352

    Hey!

    Please flush browser cache and refresh your page a few times. It seems like code Rikard posted is working fine on my end – http://imgur.com/a/oTXxH

    Best regards,
    Yigit

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