*

slycrespo

  • **
  • 21 posts
Delta theme - Latest classifieds - make them smaller
« on: August 09, 2023, 10:10:38 PM »
Hello!
How could I make the lastest classfields make smaller on delta theme? Now they are to big, they are 4 in a row, but I want them for example 8 in a row.. Look at the attached picture.

*

MB Themes

Re: Delta theme - Latest classifieds - make them smaller
« Reply #1 on: August 10, 2023, 02:47:29 PM »
Try this.
It may require to customize much more then width to look good:
Code: [Select]
#latest.products.grid .simple-prod {
    width: calc(12.5% - 16px);
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slycrespo

  • **
  • 21 posts
Re: Delta theme - Latest classifieds - make them smaller
« Reply #2 on: August 10, 2023, 03:53:06 PM »
In which file is this?

*

MB Themes

Re: Delta theme - Latest classifieds - make them smaller
« Reply #3 on: August 11, 2023, 01:52:07 PM »
style.css, or appearance > customization > css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slycrespo

  • **
  • 21 posts
Re: Delta theme - Latest classifieds - make them smaller
« Reply #4 on: August 11, 2023, 02:39:21 PM »
That's exactly what I want. Thank you verry much! Please just tell me where can I increase number of showed ads here.. Now I have them 12, I want them 32: Thanks!

*

MB Themes

Re: Delta theme - Latest classifieds - make them smaller
« Reply #5 on: August 11, 2023, 03:59:40 PM »
Settings > General > Latest items
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots