[Support request] Not responsive on a phone

Home Forums Support [Support request] Not responsive on a phone

Home Forums Support Not responsive on a phone

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

    I’m building a website with : left sidebar, main and a right sidebar. What i want to is when i open the website on a phone i see main and the right sidebar besides each other. The left sidebar may be shown underneath all. Is this possible to do with GP and how?
    The website is http://www.sliedrecht24.nl

    The website is not made with GP right now, but willing to in the near future.

    Like to hear, kind regards

    #334799
    Tom
    Lead Developer
    Lead Developer

    Hi John,

    Try this CSS: https://gist.github.com/generatepress/6c04c608d24b7c036303

    Then if you need the left sidebar below, try this:

    @media (max-width: 768px) {
        #left-sidebar {
            float: none;
            width: 100%;
            margin: 0;
        }
    }
    #424899
    John

    Hi Tom

    Unfortunately this doesn’t. Is there a better solution in the meantime?

    Kind regards
    John Kieffer

    #425126
    Tom
    Lead Developer
    Lead Developer

    The code didn’t do anything at all? Can you link me to the page with the CSS added?

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