Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1285884

    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

    #1285991

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.