Brand listing not aligned when viewing the All Brands Page

This topic has 6 replies, 4 voices, and was last updated 1 week, 5 days ago ago by Jack Richardson

  • Avatar: Peter
    Peter
    Participant
    March 18, 2025 at 11:51

    We have a page to show all of the Brands we carried.

    However, whenever we click to show the All Brands page, all the Brands name are not aligned, especially below. How can we fix it?
    Please see attached screenshots.

    Files is visible for topic creator and
    support staff only.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 18, 2025 at 13:19

    Hello, Peter,

    Thank you for reaching out to us.

    Could you please provide a link to the page you are referring to, as well as temporary access to the admin panel, so that we can review your settings?

    Warm Regards,
    The 8Theme Team

    Avatar: Peter
    Peter
    Participant
    March 20, 2025 at 11:16

    Hi Rose,

    This is our Brands page:
    https://www.scandikitchen.co.uk/our-brands/

    Please see attached:

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    March 21, 2025 at 06:36

    Hi @Peter,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .brands-list .et-isotope-item .work-item {
        min-height: 215px;
    }
    

    Kind regards,
    The 8Theme Team

    Avatar: Peter
    Peter
    Participant
    May 15, 2026 at 21:21

    Hi again after a long time. This fix was applied and made it better, but brand still look a bit odd in the columns. Column 1 and 2 is filled for more rows than 3 and 4 etc. Maybe you could have a quick look?

    Content is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 16, 2026 at 08:32

    Hello @Peter,

    The columns are filled according to the alphabetical order of the brands, as you can see. Each letter has its own column, and since there are many brands starting with the letter “T,” that column appears longer than the others.

    If you would prefer a grid layout on desktop, you can create a non-isotope grid using the following custom CSS added in your Theme Options -> Theme Custom CSS -> Global CSS:

    @media only screen and (min-width: 1024px) {
        .et-isotope-item.brand-list-item {
            position: static !important;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .et-masonry-filters.et-isotope.brand-list {
            position: static !important;
            height: auto !important;
            clear: both;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .et-isotope-item.brand-list-item .work-item {
            width: 25%;
        }
        
        .brands-list {
            display: block;
            width: 100%;
            clear: both;
        }
    }

    Best regards,
    Jack Richardson
    The 8Theme’s Team

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.