Home Forums WoodMart support forum Funky spacing on Category Headers

Funky spacing on Category Headers

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #432587

    julian.connett
    Participant

    Hi there,

    Is there a way to make the category headers styling consistently spaces? At the moment it is all over the place and making lines drop down and run over etc. Here is a silent video run through of what I a mean: https://www.loom.com/share/c522c2d28ee749988b75480360d3c5db

    Thanks in advance.

    #432622

    Hello,

    Due to different sorts of Product Titles and character lengths, this issue is arising.

    So, to overcome that the best possible way of making it show was the following one: https://snipboard.io/93BIgX.jpg

    It has been done with the help of following Custom CSS applied on your Site:

    .wd-nav-product-cat>li>a { display: inline-grid !important; justify-items: stretch !important; }

    Best Regards

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