Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #922234

    Hi,

    I can see all my sidebar “Filter Widgets” on the shopping page on a normale screen.
    On a mobile device the “Filter Widgets” are gone.

    I would like to see the Widgets on top of the content on the shopping page.

    Please advise!

    Erik

    #922335

    Hey Erik,

    Can you post a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    #922339

    ESET Webshop

    • This reply was modified 6 years, 8 months ago by MrBasic.
    #922369

    Hi,

    Try adding this css code in the Quick CSS section located in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      .responsive #top.archive.woocommerce-page #main .sidebar {
        display: block;
        border-color: transparent;
      }
    
      .responsive #top.archive.woocommerce-page #main .sidebar .inner_sidebar {
        margin-left: 0;
      }
    
      .responsive #top.archive.woocommerce-page #wrap_all .container_wrap_first .container {
        display: flex;
        flex-direction: column-reverse;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #922389

    That did the trick!
    Thanks :-)

    #922731

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #922918

    Please close, and thanks for the great support!!

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