• ishay

    (@ishay)


    I have a problem with the .mobile header.
    There is too much white space on the side.
    On the desktop I solved the problem with this code:

    html [dir = "rtl"],
    body.rtl {
       overflow-x: hidden;
    }

    But mobile still has a problem. If I hide the mobile header, that’s fine.
    Can I have help please?
    Thanks

    This links:
    https://audiolog.000webhostapp.com/
    https://audiolog.ussl.co.il/

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

Viewing 1 replies (of 1 total)
  • Thread Starter ishay

    (@ishay)

    This is the solution:

    .mobile-header
    {position: relative}
Viewing 1 replies (of 1 total)

The topic ‘white space width in mobile’ is closed to new replies.