Hi!
What I want is to modify the space between the elements from a page. I attach 2 pics in this post showing exactly what I am asking for:
Is possible to go from this (currently webpage): http://oi57.tinypic.com/2ir5dzl.jpg
to this: http://oi57.tinypic.com/1zt211.jpg
What should I modify?
Anyone?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.content {
padding-top: 5px;
padding-bottom: 5px;
}
.avia-slideshow {
margin: 5px 0;
}
.avia-content-slider {
margin: 5px 0;
}
.avia-fullwidth-portfolio .sort_width_container {
padding: 5px 10px;
}
Best regards,
Yigit
Thank you very much Yigit, but there is a little problem now, in the footer appears tose lines of css style: http://oi59.tinypic.com/10427ar.jpg
How could I modify the space os the separator lines? This code would it be ok?
.avia-content-separator {
margin: 5px 0;
}