[Resolved] Sidebar floated om tablet

Home Forums Support [Resolved] Sidebar floated om tablet

Home Forums Support Sidebar floated om tablet

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #175953
    ioan

    Hi there, I really enjoy working with GP a addons. Right now I have a problem to solve:

    How to keep left and right sidebar floated at the left and the right side of the content even on tablet devices (and maybe on mobile too).

    #175994
    Tom
    Lead Developer
    Lead Developer

    This should help: https://gist.github.com/generatepress/6c04c608d24b7c036303

    Change this line:

    @media (max-width: 768px) {

    To:

    @media (max-width: 1024px) {

    #176087
    ioan

    Thanks, I will try…

    #176471
    ioan

    Done, using the link provided before as a guide + flexbox and order property

    Thanks a million

    #176514
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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