Hi, I am having trouble with the whitespace… I have tried several things and it doesn’t seem to be working…
1. The space between the menu and the advanced layer slider is way too close https://www.dropbox.com/s/1l82a0y0t3pjlh7/Screen%20Shot%202014-04-27%20at%201.19.07%20PM.png
The space on the gallery page is much better: http://lakomunila.com/galeria/
(wierd how it is different for different page elements)
2. On the same screenshot, there is too much space between the bottom of the advanced layer slider and the start of the text. How can I change that?
Thanks…
Hey boag!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px; }
Cheers!
Yigit
ok cool.
wait… it actually didn’t help the spacing between the layerslider and nav menu… How can I put some space there? (I tried using an hr element with 0 spacing but it makes it way too big)
Thanks
Hey!
Please add following code to Quick CSS as well and adjust as needed
.avia-layerslider { margin-top: 20px; }
Best regards,
Yigit
thank you senor.