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

    Hi,

    I have a little trouble resolving the following. On this page: http://strak.design/droge/testament/ I made a 3/5 and 2/5 column with a grey background (GRATIS TESTAMENTCHECK). On larger devices it looks fine but on tablets en mobile phones there is a little whit space between the text and the button. How can I remove the white space?

    Regards

    #884946

    Hey Menastickers,

    Thanks for providing the link, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .page-id-151 #after_full_slider_1 .flex_column_table .av_three_fifth {
        margin-bottom: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #884974

    Hi Nikko,

    Works like a charm, thank you! I managed to do the same trick on other pages but I do not not how to get it working for: http://strak.design/droge/stichting-droge-foundation/. The 1/1 column “DONATIES”.

    Regards,

    Pieterjan

    #884987

    Hi Pieterjan,

    You’re welcome :) please replace the code I gave above with this one:

    @media only screen and (max-width:767px) {
      .page-id-151 #after_full_slider_1 .flex_column_table .av_three_fifth,
      .page-id-295 #after_full_slider_1 .av_one_full.avia-builder-el-37 {
        margin-bottom: 0 !important;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #885005

    Thank you! Works great :)

    #885014

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

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