• Resolved omoiyume

    (@omoiyume)


    Im trying to change the number of columns of products displayed, tried changing it in functions.php but the only thing that it does is lowering the fourth product one line and messing the design, seems like #sidebox is using part of the space in the page, but since mine is empty and i wont use it, i would prefer to add another product column

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author luzuk Themes

    (@luzuk)

    Hello @omoiyume,

    Below is the woo commerce product shortcode, In this, you have to change the number of columns example columnds=”4″.

    [products limit=”3″ columns=”3″ best_selling=”true” ]

    Thanks

    Thread Starter omoiyume

    (@omoiyume)

    in which file should i find that shortcode? I’m using the default store page and categories page, but with your theme, i could give you my address so you can check?

    Thread Starter omoiyume

    (@omoiyume)

    Nevermind, had to use a lot of custom css, modify functions.php and a few more files but managed to do it

    Theme Author luzuk Themes

    (@luzuk)

    Hello @omoiyume,

    Follow the below step.

    Step 1. Add new page >> Add title >> Take shortcode feild >> Paste the below shortcode >> Publish it.

    [products limit=”3″ columns=”3″ best_selling=”true” ]

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Number of products columns’ is closed to new replies.