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

    Is there any way to reduce the space which is generated between columns in the mobile modus?

    I am using two 2/5 and one 1/5 column in a row. Between the second 2/5 column and the 1/5 column is in mobile version a (too) big space.

    #563114

    Hey andreasobermeier!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #563144

    Sure, I posted the link in private content section as the site isn’t launched yet.

    #563151

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .post_delimiter {
        display: none;
    }
    .av_promobox {
        margin: 0;
    }}

    Best regards,
    Yigit

    #563160

    Hi Yigit,

    thank you very much for your quick response! I am happy with your support.

    Best wishes!

    #563705

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

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