Home Forums Total Mobile Compatibility Help

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3129
    jonidee
    Participant

    Hi,

    I’m trying to Tweak my website so it will fit nicely in the mobile, yet I can’t seem to get it right.

    Generally: can u offer some tips?

    Specifically:
    some issues that I am having:
    (1) blank space on the left, which maybe can be solved with a no scroll horizontally css? if such exists?
    (2) background stretch doesn’t work on mobile, it shows a very small part of the background (scaling is not firt o screen)
    (3) Floating Navbar is awkward. can it keep the Navbar expanded and not collapsed?

    Many thanks in advance
    Jonathan

    #3190
    Hash
    Keymaster

    It seems like most of the things are broken due to your customization and we are sorry to say that we do not provide support for the customized website.

    Although we would like to answer few of your questions.
    The background in the mobile gets cut off from the side because if we resize it promotionally then there would be a white empty space above and below the image.

    and here is the CSS code to remove the sticky from the header in mobile device

    @media screen and (max-width:780px){
    #ht-masthead{position: absolute}
    }

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