Misalignment in categories name
-
How to solve this misalignment problem in category name? see picture in Private Content:
1. I see that name is not centered for first one “VARMTVANNSBEREDERE” Why is that?
2. Want to make more space between categories pisctures. How to do it?
Best Regards
Hello,
1. You have set too big font-size for the Category title and as a result, there is no space enough for title to be centered as it takes the whole room, just to show you I have set font-size: 12 px to demonstrate https://gyazo.com/94e0ea45238dd3590665c4e72e456b67
2. The category element has the option to set the space https://prnt.sc/owp79z
Best Regards
It is original font sizes what came with theme. I did not set any font size changes and can`t find where I can do it!
Where you make changes to 12px to demonstrate it?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item .category-title {
font-size: 16px;
}
Set the font-size as per your needs.
Best Regards