Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #434523

    At the bottom of this page under the heading “The Unplugged Advantage…” I have created two 1/2 columns with icon boxes. Everything looks great, the only problem is on my iPhone in portrait and landscape mode. When I pull it up on my iPhone it has a large gap between the first column and second column on in portrait and landscape mode on the iPhone. Can you provide me with some custom css so that the gap is the same width as the distance between the lines so it is not as large? Let me know if I should create a custom css class for this color section as well. Thanks in advance!

    #435340

    Hi djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) {
    article.iconbox.iconbox_left.avia-builder-el-68 {
      margin-bottom: -40px;
    }}

    Best regards,
    Yigit

    #435460

    Thanks Yigit! That fixed the issue on the iPhone in portrait mode but in landscape mode it is still doing the same thing. I tried flushing the cache and it didn’t make a difference. Can you let me know how to fix that please? Thank you!

    #435495

    Hi!

    Can you please try adding !important rule as following

    @media only screen and (max-width: 768px) {
    article.iconbox.iconbox_left.avia-builder-el-68 {
      margin-bottom: -40px !important;
    }}

    Best regards,
    Yigit

    #435590

    Thanks Yigit, I tried adding the !important rule but it didn’t seem to work either. Any other ideas? Let me know if you need me to provide you with login info.

    #435593

    Hi!

    Please do so :)

    Cheers!
    Yigit

    #435597
    This reply has been marked as private.
    #435610

    Hi!

    I have added additional code to the bottom of Quick CSS field. Please review your website now

    Cheers!
    Yigit

    #435613

    That fixed it…thank you so much! You can close this thread.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Formatting of Columns and Icon Boxes’ is closed to new replies.