Hi
I thought this was resolved but the icon lists on the other pages are still not synced
regarding thread with reply #1283186
If you check the “Work” page you can see it is out of sync.
I tried to change it as follows but it didnt work
#top.work .avia-icon-list-container .iconlist_content {
min-height: 82px;
}
thanks
Hi gregcarrollLMG,
The code won’t work you’ll need to use page id number in order to tweak this for a specific page, for the work page you can use this CSS code:
#top.page-id-189 .avia-icon-list-container .iconlist_content {
min-height: 82px;
}
Hope it helps.
Best regards,
Nikko