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

    Hi i have a site with a phone number in the header bar – when i view on mobile the phone number is cut off. Do you know how i can fix this?

    URL and login details attached

    Thanks

    #720603

    Hi james-clickstream!

    Do you want to place it on top of the logo or below it?
    Let us know

    Best regards,
    Basilis

    #720623

    below it on mobile

    thanks

    #720916

    Hi,

    There’s more space on top of the logo so I think it will better to place it there, please try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    div.phone-info {
        top: 0px;
        left: 0px;
    }
    }

    Best regards,
    Rikard

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