Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #645160

    On my home page (please see Private Content for URL) there is a set of 4 large light-blue icons (For our patients, for our supporters, etc.) . On desktop view they are aligned 4 in a row. When viewed around 970px (for pad view) they become 2 rows of two. And on smartphone view, they become 1 up view. I’d like to have the smartphone view be the same as the “pad view”: of 2 rows of 2 icons.

    Could you share with me the styling?

    Thank you!

    #646019

    Hey laptophobo,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #icon-section .flex_column {
        margin-left: 4%;
        width: 48%;
    }
    }

    Best regards,
    Ismael

    #646302

    Thanks for the try, but it didn’t change much. It just un-centered the icon.

    #646315

    Hi,

    Please replace the code with

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #icon-section .flex_column {
        margin-left: 3%;
        width: 38%!important;
    }
    }
    @media only screen and (max-width: 480px) {
    #top .av_font_icon a{
    font-size: 60px!important;
        line-height: 60px!important;
        width: 60px!important;
    }}

    Best regards,
    Vinay

    #646321

    Thanks Vinay. That worked!

    #646341

    Hi!

    Glad we got it short out.
    Please do remember to go ahead and rate our theme to themeforest!

    Thanks a lot for your time

    Cheers!
    Basilis

    #646343

    Done.

    #647157

    Hi,

    Thanks a lot, I’ll go ahead and close this topic. Please open a new one if you should have any more questions/problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change sizing of AV Font Icon’ is closed to new replies.