Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1326505
Sidebar in Top position
Closed

Comments

  • marcofacchinetti started the conversation

    Hi, 

    Is there a chance to have the sidebar on the top of Shop page when you scroll down in Resposive view (one column)? Because in this way, you can see products first and the sidebar with filters stays in the bottom area. 

    Thank you!


  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    @media (max-width: 767px) {
    .woocommerce-page.eltdf-woo-main-page.eltdf-woocommerce-columns-3 .eltdf-content .eltdf-container-inner .eltdf-grid-row {
            display: -webkit-flex;
            display: flex;
            -ms-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }
    }


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.