Hello, I love this Pro theme. I have purchased it more than 10 times for different websites and it works great.
I have a new website https://aha.express and there is a white bar or row that displays above the body and below the slider which was added below the masthead. There are sliders that make up the body also. You can see this white bar on the homepage. How can I make this hidden or make it appear as a thin line. It is just too big.
Thanks,
Jon
Hi Jon,
The white bar is the default margin of the main content container.
To remove it, you can add the code below in Theme Options > CSS
.home .x-container.offset {
margin: 0 auto;
}
You may change 0 if you need to add some thin space.
Hope that helps.
Perfect. That fixed it. Thanks!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.