Hi
I have placed a slider on a page but it has moved up into the header and has a large space underneath it. I can move it down with this code
.page-id-259 .avia-slideshow {
padding-top: 50px;}
but it is not working properly – causing other problems. I have looked at the quick code for something that I might have added to cause the problem but I cannot find anything there. Can you help?
Regards
Richard
Hey Richard!
Please add following code to Quick CSS
.page-id-259 .container .av-content-full.units {
margin-top: 0;
}
Cheers!
Yigit
Hi Yigit
That worked fine…thank you
Regards
Richard