Comments Peter started the conversationFebruary 27, 2018 at 9:28pmHi There,I'm starting to encounter a white bar at the top of some of my pages, below the header. It only shows up on the mobile view. What's the best way to fix this?Thanks!Peter repliedFebruary 27, 2018 at 10:30pmI was able to fix it by adding this css to the custom css section on the page in question:@media screen and (max-width: 1000px) { .container-wrap, .project-title { padding-top: 55px; }}If there is a better/cleaner way to fix this issue, please let me know.c: 9,015Tahir repliedFebruary 28, 2018 at 2:46pmHey Peter, Try using the Force Transparency Option in "Page Header Settings" Metabox . See screenshot : http://prntscr.com/gjnyit . Best ThemeNectar Support Team Sign in to reply ...
Hi There,
I'm starting to encounter a white bar at the top of some of my pages, below the header. It only shows up on the mobile view. What's the best way to fix this?
Thanks!
I was able to fix it by adding this css to the custom css section on the page in question:
@media screen and (max-width: 1000px) {
.container-wrap, .project-title {
padding-top: 55px;
}
}
If there is a better/cleaner way to fix this issue, please let me know.
c:
Hey Peter,
Try using the Force Transparency Option in "Page Header Settings" Metabox . See screenshot : http://prntscr.com/gjnyit .
Best
ThemeNectar Support Team