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/
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
thx alot! Great support! :-)