Hi,
I added a layer slider template as a header on my home page. I am using wp bakery page builder. There's a white space after the slider. I've set the bottom margin of the header row to 0px but it is still showing the white space below the slider.
any idea?
hi,
are you talking about this white space!!!
and if not then please explain it in more, for which space you are talking about here. sorry for the misunderstanding if any!!!
hi,
ok then add this custom CSS in
apperance>>customize>>custom CSS
.wpb_wrapper.ls-overflow-visible {
margin:0px !important;
}
let me know the results after applying this.