Home Forums Basel support forum Category Page Layout Issue

Category Page Layout Issue

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

    willthing
    Participant

    Good evening,

    For reference, we’re referring to this page: http://theadmiralty.net/indexnew.php/product-category/art-glass/

    As you can see, some of the product names are short enough to fit on one line. When this occurs, the image bumps up and throws off the overall formatting. Aside from lengthening the name, is there a workaround to keep things tidy?

    Also, it is creating a blank gap at the bottom for some reason I can’t figure out. Any help on that would be greatly appreciated!

    It’s a beautiful theme. Thanks for all the great work.

    Will

    #4762

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for the compliment.

    You can try to disable Masonry grid option in Theme Settings -> Shop to make all images inline. And if you want you can also make all titles with the same height by adding the following code snippet to the Custom CSS section in Theme Settings

    .product-grid-item .product-title {
        min-height: 52px;
    }

    Regards

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