Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #189542

    Hi, I’d like to be able to adjust the spacing between flex-columns. I can’t seem o find the file to control it – is there a CSS I can add?
    Such as the spacing between columns here: http://mediumstudio.com/wp/?page_id=17
    This page was made with 1/3 layout columns (with image and text elements inside them – which I assume will re-size with any new spacing) – thanks

    #189605

    Hey mediumstudio!

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

    div .av_one_third {
    margin-left: 2%;
    width: 32%;
    }

    Best regards,
    Yigit

    #191724

    great! thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce spacing inbetween flex columns, enfold’ is closed to new replies.