I need to adjust the spacing between the top slider and the first text box, and between that text box and the one after it. Shown in this screenshot:
http://screencast.com/t/uKUvLMMc9Oqj
I found it in Firebug and did a live edit to test it and it worked, but when I tried placing that in Quick CSS it wasn’t working. I’m sure I have the wrong class or missing something. I will need to do this on each page under ‘Solutions’
http://tsgaz.net/bernoulli/solutions/medical-device-integration/#top
Thanks!
-Fred
Hey Fred!
Please add following code to Quick CSS
.page-id-3289 .content {
padding-top: 10px;
}
.page-id-3289 .avia-builder-el-3.column-top-margin, .page-id-3289 .avia-builder-el-5.column-top-margin {
margin-top: 5px;
}
Regards,
Yigit
It worked great! Thanks!