Hi there,
My website is : www.selenox.com
I use Page Builder with Sidney theme and I would like to remove the gap like showed in the image. I tried to add the following code with the Simple Custom CSS plug-in but nothing worked:
.home #main {
padding: 0 !important;
}
#main {
padding-top: 0;
}
.home #main {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
header#masthead hgroup {
margin: !important;
}
header#masthead {
padding: 0 1px 0 0 !important;
}
.home #main {
padding-top: 0 !important;
}
Does anybody know how to solve this issue ?
Cheers
Hi Liviux,
I just had a quick look at your website and it looks like you managed to remove this spacing. Do you still need help with this?
Hi Alex, Thank you for your reply.
I don’t know if it is the right way or not, but I managed it through the custom CSS of the theme (Sidney) I’m using.
So, the problem is solved
Thank you again
Regards