Hi, as you can see here – https://www.screencast.com/t/apL79nFaAV8 – there’s a white blank space above the title that shouldn’t be there. How can I remove it?
Also, how can I change the parent pages of a custom post so that in the breadcrumbs, it will add that parent page instead of only showing the homepage?
Thanks!
Thanks Victoria. I removed this code but now I have a different issue that the logo area on mobile is covering the text (see screenshot).
Hi bakbek,
You just need to make the value less
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top #main {
padding-top: 82px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria