Home Forums WoodMart support forum New Update Shop Page "Sort" in next Line

New Update Shop Page "Sort" in next Line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #282515

    tremimi
    Participant

    Hello Support,

    since the Update to 6.0 the “Sort by” Option on Shop Page moved one line below (see screenshot)
    Can we fix this?

    Greets

    Attachments:
    You must be logged in to view attached files.
    #282639

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .elementor-products-grid .woocommerce > *:not(.products) {
    	display: inline-flex;
    	vertical-align: middle;
       margin-right: 30px;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)