Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #882904

    Hi.

    I have 3 icons next to each others inside a color section. and to have some free space , I have put everything in 1/5 containers.

    It looks good on desktop, but on my S7 the icons are overlapping.

    Here are 3 different print screens. enfold editor, desktop front and S7 front.

    https://ibb.co/gHgjiR.

    Is there a way to resize the icons and the text by custom CSS?

    thanks in advance!

    #883156

    Hey darkfashion,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #883196
    #883811

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .post-entry-571 .av-icon-char {
        font-size: 20px !important;
        line-height: 20px !important;
        width: 20px !important;
    }
    }

    Best regards,
    Rikard

    #883899
    This reply has been marked as private.
    #884117

    Hi,

    I can see the code applying on the page in private, could you check again please? There is no overlapping on any screen size on my end.

    Best regards,
    Rikard

    #884171

    Hi Rikard.

    The overlapping is not there, because they are on separate rows on responsive / samsung s7.

    The idel is if they can be next to each other. I can understand that 3 icons on a row is maybe too much to ask, but at least 2?

    https://ibb.co/fy1hQG
    https://ibb.co/m5Jkeb

    Thank you for your time!

    #885142

    Hi darkfashion,

    If we make the width of the div 50% it will look like this
    Image 2017-12-05 at 16.41.38.png
    You have empty divs to position, I could try to adjust, but the caching plugin is making my work very hard. Can you please disable it for now?

    Best regards,
    Victoria

    #885144

    W3 total cache de-activated = )

    In my samsung they are aligned vertical. the “redovisning” is little offset

    Thank you Victoria.

    #885516

    Hi darkfashion,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .flex_column.av_one_fifth {
        width: 45%;
        margin-left: 5%;
      }
      .responsive #top.page-id-571 #wrap_all .flex_column.av_one_fifth.avia-builder-el-1, 
      .responsive #top.page-id-571 #wrap_all .flex_column.av_one_fifth.avia-builder-el-10 {
        display: none;
      }
      #av_section_1 .entry-content-wrapper.clearfix {
        margin-top: 20px;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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