Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1182200

    Hey there,

    for some reason the icon grid items do not have any spacing on mobile version, Desktop and Tablet looks fine though.
    This error is new to me – it wasnt there few weeks ago.

    I rebuild this section and tested on another enfold-installation (Version 4.6.3.1) – and the spacing is correct. The Website with the problem is updated to the new version.

    Do you have an idea how to fix this issue?

    #1182202

    Hey snorlachs,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    ul.avia-icongrid-numrow-4 li{
    padding:50px 0!important;
    width:100%!important;
    text-align:center!important;
    }}

    Best regards,
    Jordan Shannon

    #1182209

    Thank u very much for the quick response, works for me.

    Do you know why this is happening? As it isnt on other enfold installation?

    #1182227

    Hi,

    I’m glad it worked. Unfortunately I don’t know what the cause would be outside of perhaps a css conflict with a plugin specific to that installation.

    Best regards,
    Jordan Shannon

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