Hello,
I have three issues regarding spacing:
1. I have used the content sliders on a page (www.bazam.co.uk/services) and there is a lot of space after the title before the first row of sliders, and between the rows of sliders. Is there any way of reducing this? Or is there a better way of creating this page (I like the way the circular graphics appear when you hover over the image)?
2. On the other pages (for example: http://www.bazam.co.uk/brand-consultancy) there is little space after the title. How can I increase this?
3. Increasing the space around images: How can I increase the space (I believe it is called margin) around images inserted into text boxes? Ideally just on the left and bottom.
Thanks
Giles
Hey Giles!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
body .column-top-margin {
margin-top: 5px;
}
2)
.av_textblock_section { margin-bottom: 20px; }
3)
.avia_textblock img { margin-left: 30px;
margin-bottom: 30px; }
Best regards,
Yigit
Yigit,
Thanks for this. And thanks for getting back so quickly.
Giles