Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1115479

    Hi,

    I want to reduce the space between the tiles on mobile, see here: https://imgur.com/ILjik3T

    Thanks!

    #1115647

    Hey Nerohm,

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

    @media only screen and (max-width: 767px) {
    .av-layout-tab-inner .av_one_fourth {
      margin-bottom:0;
    }
    }

    Best regards,
    Rikard

    #1115732

    Hi Rikard,

    I am afraid it didn’t work.

    Best regards,
    Nerohm

    #1115738

    Hey!

    Please try using following code

    @media only screen and (max-width: 767px) { 
    .avia-tab-title-padding-large .av-outer-tab-title {
        padding: 0;
    }
    .av-tab-arrow-container {
        display: none;
    }}

    Regards,
    Yigit

    #1115764

    Perfect Yigit !

    Thanks!

    #1115815

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Spacing between tab titles on mobile’ is closed to new replies.