Categoy Design options and how to adjust
-
Hi There, I would like to start off by saying that I really like your theme. Your team did a great job. Now on to my questions.
I am attempting to find the correct layout for categories that matches my current site. I found one that has a white background behind the words but it seem to be hard coded to the middle of the image. I would like to see if it is possible to edit this or if there is already a setting in place that moves this to the top instead of being in the middle. any help on this would be appreciated.
Please see my screenshots attached.
Attachments:
You must be
logged in to view attached files.
Hello,
The Zoom Out category design has the category title and product count centered by default, and there is currently no built-in option to move this content to the top position.
Try to add the following CSS to Theme Settings > Custom CSS:
.cat-design-zoom-out .wd-cat-content {
align-items: flex-start;
padding-top: 20px;
}
.cat-design-zoom-out .wd-cat-header {
transform: none !important;
}
Best Regards
Thank you for the provided code snippet but it did not make any changes to the website. Do you have any other suggestions?
More information attached.
Hello,
Your issue has been resolved. Remove the previous code and add the following CSS to Theme Settings > Custom CSS:
.cat-design-zoom-out .wd-cat-content{
align-items: flex-start !important;
padding-top: 20px !important;
}
Please check your site and check the issue. If you have any questions, feel free to contact us.
Best Regards
Thank you very much! You have been a huge help.
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
https://www.trustpilot.com/review/xtemos.com
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Categoy Design options and how to adjust’ is closed to new replies.