This topic has 6 replies, 3 voices, and was last updated 5 months, 3 weeks ago ago by Andrew Mitchell
Is it possible to make category covers not square, but with their own format? For example rectangular?
Hi @Goostaf,
We’ve checked that the category images are square now:
https://meshar.ru/wp-content/uploads/2023/08/barbi-1.jpg
https://meshar.ru/wp-content/uploads/2023/09/cheburashka.jpg
In this case, you have to crop the images to rectangle after that add this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.category-grid img {
border-radius: 0;
}
Hope it helps!
Can we make them rectangular? For example 300 by 100px?
Hi @Goostaf,
You can try with this custom CSS codes but we also suggest you to change the image to rectangular:
.category-grid img {
max-width: 200px;
height: 100px;
object-fit: cover;
border-radius: 0;
}
Hope it helps!
Thanks a lot
Dear Goostaf,
We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.
Click here to rate now: https://themeforest.net/downloads
Thank you sincerely for your ongoing support!
Best Regards,
The 8Theme Team
The issue related to '‘Is it possible to make category covers not square, but with their own format?’' has been successfully resolved, and the topic is now closed for further responses