Hi,
How to align the categories of the mobile & desktop version?
Thanks,
This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Olga Barlow
Hi,
How to align the categories of the mobile & desktop version?
Thanks,
Hello,
Add the below code to Theme Options > Custom CSS
.category-grid img {
width: auto;
max-height: 250px;
}
.category-grid > a {
min-height: 250px;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
}
Regards
The issue related to '‘Mobile Version & desktop Categories are not aligned’' has been successfully resolved, and the topic is now closed for further responses