This topic has 6 replies, 3 voices, and was last updated 1 weeks, 6 days ago ago by Luca Rossi
On the homepage, I am trying to reduce the height of the images in the “Categories” section without reducing their width (basically make them rectangular instead of square). However, there is only a Width/Height slider but no way to reduce just the height.
Hello, @dan,
Thank you for contacting us and for using XStore.
Could you please provide a screenshot of the issue, highlighting the specific area in the “Categories” section where you would like to reduce the height of the images without altering their width? Additionally, kindly share your website’s WordPress admin access in the private content area so that we can review your settings in detail and assist you further.
Thank you for your cooperation and we look forward to hearing from you soon.
Best regards,
The 8Theme Team.
I have attached the screenshot
Hello, @dan,
Thank you for your response.
We have reviewed your website’s homepage and were unable to locate the “Categories” section. To assist us in better understanding your query, could you kindly provide a screenshot of the “Categories” section with the relevant area clearly marked? This will enable us to investigate further and provide the necessary support.
We appreciate your cooperation and look forward to your response.
Best regards,
The 8Theme Team
Hello,
I’m sorry, I accidentally attached the wrong screenshot. I’ve attached a new screenshot highlighting the Categories section
Hi @dan,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.home .etheme-category-grid-image img {
max-height: 150px;
width: 100%;
object-fit: cover;
object-position: center;
}
Kind regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up