Hi,
I’ve read all the topics about the layerslider gap and tried them all and was able to get some of it gone but is there any way I can make it go flush against the header?
Hey!
Try adding this code to the Quick CSS:
div.entry-content > p:first-child {
margin: 0;
}
Cheers!
Josue
Hi!
This does the fix on both sites:
main.content {
padding-top: 0;
}
Best regards,
Josue
Yes, that’s a empty p LS inserts before the slider, try adding the first code too:
div.entry-content > p:first-child {
margin: 0;
}
Cheers!
Josue
You are welcome, always glad to help :)
That border is coming from the #header_main, this will remove it:
#header_main {
border-bottom: 0;
}
Regards,
Josue