Home Forums WoodMart support forum Misalignment in categories name

Misalignment in categories name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #140126

    Bance
    Participant

    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

    #140132

    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

    #140263

    Bance
    Participant

    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?

    #140267

    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

Viewing 4 posts - 1 through 4 (of 4 total)