Tagged: ,

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

    On the homepage there are 2 columns (one 3/5 and one 2/5 filled with images. How can I decrease the white space between those columns – the right one (2/%) has a padding-left of 64 pixels?
    Thanx a lot
    http://melanienedelko.com/mn/

    • This topic was modified 10 years, 6 months ago by melonmelon.
    #259409

    Hi melonmelon!

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

    div .av_two_fifth {
    margin-left: 1%;
    width: 41.4%;
    }

    You can adjust all elements in Enfold/Css/Grid.css

    Regards,
    Yigit

    #259437

    thx alot! Great support! :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make the gaps between columns smaller?’ is closed to new replies.