Hi @bohmanj,
Can you please provide me a link to your website.
Only after having a look at your website, I can suggest you with some CSS codes that can get what you want.
Regards,
Shreyans
Hi,
I found the solution to your problem.
The problem is with the slider. You might have given a padding-top of 45px somewhere in the slider plugin settings.
If you can’t find that settings, you can add this CSS,
.js_active .content-wrapper.content-full .entry-content>.ivan-custom-wrapper:first-child {
padding-top: 0;
}
If this css does not work, then use this:
.js_active .content-wrapper.content-full .entry-content>.ivan-custom-wrapper:first-child {
padding-top: 0 !important;
}
If you theme does not have an option to add CSS, then you may use this plugin –
https://wordpress.org/plugins/simple-custom-css/
Let me know if this does not work.
regards,
Shreyans
That’s great it worked.
Can you please mark this thread closed.
Shreyans