Hi, I'm building the pages with sp page builder and it's working great. The only thing I can't figure out is how to close the gap between the modules. Right now between the logo and the menu and the menu and the slideshow you can see the background. I don't want a gap there, just white in the background all the way down the page. So you can just see the background on either side of the page. thanks!
sample
Hi lillianfidler
Thanks for contacting and choosing our product
About your problem. I don't understand all problem , You want it that will show as an image attachment.
prntscr.com/brswf7
Hi lillianfidler,
Thanks for feedback, About you problem, you can edit css , mean is as follow:
In back-end templates citilight : Tab Custom Code, below config Custom CSS, you add code :
.sp-megamenu-parent{
margin:30px;
}
.sp-megamenu-parent a:hover{
background:blue;
}
in which '30px" is extra space you want, and "blue" is color overlay in home, you can also change the color and other gaps in its sole discretion, save and view results
Hope is can help you