• Resolved kostas146

    (@kostas146)


    Hello,

    i’ve changed Woocommerce>Archives> shop columns to 6, shop page and other pages have changed successfully, but in my front page I have best sellers or products with discounts and those are not changing. Maybe someone have an idea why?

    Site : kebulas.eu

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @kostas146 ,

    Okay, I understand your point.

    It’s possible that your current theme overrides the default WooCommerce product query for a page/section on the theme. In that case, the settings you set under the WooCommerce settings will not reflect. Your current theme can have different settings for those or you need to make the changes directly on their template. In both cases, it is better to get in touch with their support to have a proper suggestion.

    You can force the 6 columns by using CSS in your Appearance > Customize > Additional CSS field –

    body .oceanwp-row .span_1_of_4 {
        width: 16.66666%;
    }

    I will still recommend discussing with the theme developer for the best suggestion.

    Thank you ??

    Thread Starter kostas146

    (@kostas146)

    Thanks, this code worked!

    Awesome!

    I am glad that it was helpful. I am going to mark this thread as resolved. If you have any other queries, feel free to open a new thread.

    Thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Products per row doesnt change’ is closed to new replies.