Okay
  Public Ticket #2826515
Slider revolution position in shop page
Closed

Comments

  •  2
    peterhabanek started the conversation

    Hi,

    I put slider revolution and some text on my shop page, but I don't like how it appears. As you can see in screenshots, the slider and the text is below some title "default sorting". If I disable sorting on shop settings, then it does not appear at all. Is it possible to have there sorting option and at the same time have the slider on the top of the page?

    Thanks,
    Peter Habánek

  •  1,558
    Laborator replied

    Hi Peter,

    I have added this CSS to Custom CSS below to re-order the slider and the default sorting, now it looks fine:

    .woocommerce-shop-header--sorting {
        order: 2;
    }
    .woocommerce .woocommerce-shop-header--description {
        order: 1;
    }
    


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    peterhabanek replied

    Thank you very much. Now it is better. Is it possible also to remove this space (see screenshot)? Because we have also slider on home page and there is no space.  Thanks for answer.

  •  1,558
    Laborator replied

    Hi again,

    I have added this CSS to the Custom CSS of your shop page:

    BGgeAv.png

    And now the spacing has been removed.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group