Viewing 7 replies - 1 through 7 (of 7 total)
  • You could make a child theme and add the custom theme code from this page to functions.php in the child theme. Alternatively, the page has a link to a plugin. Some css tweaks may be necessary. If you have difficulty, post a link to your products page.

    Thread Starter w_A_sp

    (@w_a_sp)

    Link to my products page.

    Thread Starter w_A_sp

    (@w_a_sp)

    Thank you, I found which way to go))) WooCommerce Product Archive Customiser helped me, but in the settings, when I put a value of 4 in the Product Columns, it produces products, if I put a value of 2.

    While checking your site, it changed to have more columns 🙂

    So; Just a reminder:

    In your page, the area for the images to display is not full-width:

    <div class="sections_group">
    ----------------------------
    .with_aside .sections_group {
    width: 75%;
    float: left;
    }

    it is designed so as to have a side-bar on the right.

    So you can change that to be 100%, full-width, one section only, no-sidebar.

    Thread Starter w_A_sp

    (@w_a_sp)

    Ok, and what the end result should get css?

    Thread Starter w_A_sp

    (@w_a_sp)

    I need 4 elemets to line. (

    Thread Starter w_A_sp

    (@w_a_sp)

    Guys, I’m done! ))) Thanks for the help)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to make more columns?’ is closed to new replies.