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

any idea?
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 
Thx that worked 
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.