*

AHforum

  • *
  • 2 posts
I would like to make the premium images on the home page a bit smaller.
Can any one help me please? I have the delta theme installed.

*

Nagy Csaba

  • ***
  • 70 posts
Re: Change premium image size on the home page in the Delta theme
« Reply #1 on: April 10, 2022, 11:31:15 AM »
Theme setings > Premium items card design (home)> Compact

Marked as best answer by AHforum on April 11, 2022, 07:27:32 PM
*

MB Themes

Re: Change premium image size on the home page in the Delta theme
« Reply #2 on: April 10, 2022, 09:15:43 PM »
@AHforum
Alternatively, add this to style.css
Code: [Select]
#premium.products .simple-prod {width:calc(20% - 16px);}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

AHforum

  • *
  • 2 posts
Re: Change premium image size on the home page in the Delta theme
« Reply #3 on: April 11, 2022, 07:31:11 PM »
Thank You, It works a treat.
Can you also tell me how to change the Lately added on our classifieds image size. I want to have the same size as the Premium products

#premium.products .simple-prod {width:calc(20% - 16px);}

Thanks again



« Last Edit: April 11, 2022, 08:10:46 PM by AHforum »

*

MB Themes

Re: Change premium image size on the home page in the Delta theme
« Reply #4 on: April 12, 2022, 07:38:33 AM »
Just change id #premium to (probably) id #latest
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots