Hi Team, I am using Wayne Corp template and running into an unusal issue.
The Hero section will not display as full screen if I have the row below it to have a background image.
If the row below the hero section has the background options set to "None", then the hero section displays full screen as intented.
But if there is a background image on the row below the hero section, there will be a part of that row displayed with the hero section.
The only way saw to resolve this is to add 80px top margin to the row below the hero section (which is how it cam default from the quick start install) but then it will come up as a white bar which does not look good.
But if I remove the 80px top margin to the row below the hero section, the part of the below row will display on the hero section.
The demo website was able to hide this because the row was all white below the hero section but if you change it to a image background, the issue I described will occur.
How can I force the hero section to be full screen regardless of configurations of the row below it?
NOTE: I also have a custom CSS to hide the top bar because I do not want that to display,
sp-top-bar {
display: none;
}
I'm not sure if this is related to the issue. But if so, as a side question, what other options are there to hide the top bar, is it just to remove in the layout builder?
Please advise.