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

    Hi I would like to know how to set the sidebar widgets on Enfold, mobile side, so that they are displayed at the beginning and not at the end of the content.

    The link of the store page of my e-commerce is: https://lea-gu.com/negozio/

    View it from mobile to see how the widget content is displayed after the content and not before.

    How can I fix this issue?

    Thanks so much

    #1321524

    Hi mauro_gallone,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      #top.post-type-archive-product #wrap_all .container_wrap_first .container {
        display: flex;
        flex-direction: column;
      }
    
      #top.post-type-archive-product #wrap_all .container_wrap_first .container .woocommerce-products-header {
        order: 1;
      }
    
      #top.post-type-archive-product #wrap_all .container_wrap_first .container .template-shop.content {
        order: 3;
      }
    
      #top.post-type-archive-product #wrap_all .container_wrap_first .container .sidebar {
        order: 2;
      }
    }

    Best regards,
    Nikko

    #1321534

    I’ve fix problem. Thanks so much!!

    #1321556

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘WOOCOMMERCE-ENFOLD: how can i display widgets before shop page content?’ is closed to new replies.