*

pitkag

  • ***
  • 30 posts
Change Homepage Latest Listing Columns from 4 to 3
« on: September 02, 2021, 05:18:07 PM »
On the homepage listings the columns for the latest products are 4, can one change them to 3

*

MB Themes

Re: Change Homepage Latest Listing Columns from 4 to 3
« Reply #1 on: September 03, 2021, 08:26:23 AM »
@pitkag
Try this css code:
Code: [Select]
body .products.grid .simple-prod, body .white .simple-prod {width:calc(33.33% - 16px); }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

iman

  • *
  • 4 posts
Re: Change Homepage Latest Listing Columns from 4 to 3
« Reply #2 on: July 16, 2024, 02:31:49 PM »
we pay for plugins, your answer mainly r isn't' clear....

your forum is impossible to search do to google re re-captcha, and slow server, do it your self..

your answers mainly not clear

same question question again:

How to change  form 5 to 4 columns etc.. and 1 at mobile.



what is the file to change  is it it responsive or style?
what theme. cm respond clear to question or do not respond at all?

Question is simple ho to change form 5 to 4 columns etc..
and to 1 at mobile view
 

*

MB Themes

Re: Change Homepage Latest Listing Columns from 4 to 3
« Reply #3 on: July 17, 2024, 01:54:17 PM »
Tried search and it works fine for me.
You should be able to identify file names/lines by yourself, that's really not something hard.
Maybe check this:
https://docs.osclasspoint.com/customizations-of-theme-basic
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Change Homepage Latest Listing Columns from 4 to 3
« Reply #4 on: July 17, 2024, 01:56:13 PM »
You may try/play with this code:
Code: [Select]
body .products.grid .simple-prod, body .white .simple-prod {width:calc(33.33% - 16px);}
I would operate in backoffice > Appearance > Customization, until there is real need to change theme files.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots