Why is the start of the page underneath the header?
https://lsbtymkiw.hostworks.com/
Hey hostworks,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Below
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 991px) {
.home #top #main {
padding-top: 164px;
}
}
Best regards,
Rikard
Didn’t work. here’s the issue:
Hi,
I edited it a bit and it’s applying on your site:
@media only screen and (min-width: 991px) {
.home #main {
padding-top: 178px !important;
}
}
Best regards,
Rikard
It doesn’t matter what number I put it, it doesn’t change a bit. I don’ understand what causes this. I’ve tried on three browsers.
I had to change the header size to 130 in addition to your code.It’s still taller than I want it. Again, I don’t understand why this is a constant issue.
Now, my inner pages don’t line up because they have a page title.
Hi hostworks,
Could you please attach some screenshots of the issue?
Please give us the links to the pages with the issue.
Actually, you need the code for the desktop screens too:
.html_header_top.html_header_sticky #top:not(.home) #wrap_all #main {
padding-top: 168px !important;
}
Best regards,
Victoria
Thank you, that did the trick! You are the best!
Hi,
Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thanks, you can close this one.