Nav filter grid position

Hello,

the last category of my nav filter box is not 100%centered. (on mobile)

any idea?

Hi Nikolaus,

To fix this issue, please add this custom CSS under Theme Options > CSS:

@media (max-width: 767px){
    .tg-grid-area-top2 .tg-filters-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tg-grid-area-top2 .tg-filters-holder .tg-filter:last-child {
        margin-left: -4px;
    }
}

Hope it helps :slight_smile:

Thx that worked :slight_smile:

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.