Site logo

[Resolved] Sceer Size Dependent Sidebars (2)

Home Forums Support [Resolved] Sceer Size Dependent Sidebars (2)

Home Forums Support Sceer Size Dependent Sidebars (2)

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

    Hi.
    I was already in contact to you with this topic:
    https://generatepress.com/forums/topic/sceer-size-dependent-sidebars/#post-2475075

    I have re-ordered my sidebars for mobiles with:

    @media
    (max-width: 768px) {
    #left-sidebar {
    order: -1;
    }
    }

    Now I have an additional question:
    I want the re-ordering (left sidebar top) ONLY for my homepage (resp. certain pages) – for all other pages both sidebars should be arranged below the content. How can I implement this?
    -Lutz

    #2485014
    Ying
    Staff
    Customer Support

    Hi Lutz,

    You just need to change #left-sidebar to .home #left-sidebar in your CSS.

    #2485744
    Lutz

    Perfect – this works.
    Many thanks!
    – Lutz

    #2486479
    Ying
    Staff
    Customer Support

    No Problem, glad to help 🙂

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