Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #904881

    Hello, please see the site in private section, thanks!

    #904940

    Hey govus,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 1310px) { 
    #top.home #yhteystiedot .container {
    padding: 0px !important; 
    }
    }
    @media only screen and (min-width: 767px) and (max-width: 1309px) { 
    #top.home #yhteystiedot .container {
    padding: 0 20px !important; 
    }
    #top.home #yhteystiedot .container .iconlist_icon {
        margin-right: 10px!important; 
    }
    #top.home #yhteystiedot .container .iconlist_content p {
    font-size: 10px !important;
    }
    }

    For tablet it reduces the padding for the iconbox and the content font so it will fit in the area, and for laptops it reduces the padding to make the iconbox larger.

    Best regards,
    Mike

    #904978

    Hi, that was a quick answer and the right solution, thanks!

    #905081

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    #905085

    Hi,
    Oops, wrong button:) Now we are closing it.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon list problem in tablet view’ is closed to new replies.