forums › forums › Circle Flip Support › Visual bugs on page ius.lviv.ua/international/ › Reply To: Visual bugs on page ius.lviv.ua/international/
July 10, 2017 at 11:43 am
#11382
Hello,
Sorry for the late reply,
The main reason for this issue that the categories titles are too long.
you can either shorten the titles or add this custom css incase you can’t.
.magazinePost1 .magazineCategories {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Best regards,