Hi,
Add the code below to the custom css option inside the General Options tab.
body.mob-menu-slideout-over {
padding-top: 50px;
}
For the posts add the code below to the Hide Elements field.
.single-post .cat-title ul li
Can you send me an example url for a category page? It’s more difficult for me because of it being in German.
Thread Starter
lex12
(@lex12)
Hi and Thanks a lot dir your fast reply.
I just tried your suggestions and it worked partly.
On the homepage the slider was still only half visible after the coding. So right now I switched it off since I have a solution. Also the breadcrumbs are missing too.
On post pages it worked but now the breadcrumbs are have gone.
This is a url for a categorie page.
https://www.livelifegreen.de/gruener-lebensstil-green-lifestyle/
I would like some margin on top and then the breadcrumbs.
all the best and thank you so much for your effort!
alex
Hi,
Add this code to the custom css to see if it works.
body.category.archive, body.single-post {
padding-top: 50px;
}
Thread Starter
lex12
(@lex12)
Unfortunately it didn’t Work:(…
Do you have any cache plugin? If so you need to purge the cache of those plugins.
Can you send me a screenshot of the custom css?
Thread Starter
lex12
(@lex12)
Hi Rui,
I don’t know how to send a screenshoot here, but this is all the coding you can find in my custom css
.leftmtop li {
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.mob-menu-slideout-over .mobmenu_content {
padding-top: 27px!important;
}
body.category.archive, body.single-post {padding-top:50px; }
On post and category pages there is still margin missing on top and the breadcrumbs are gone.
On my homepage the slider is only half visible.
And yes I have a caching program but I didn’t forget to clear the cache before checking.
Thank you
@lex12
Need to ask you something in private. Can you send me an email to [support AT wpmobilemenu DOT com] ?
Thanks
These situations were sorted. A couple of them were just cache issues with cache plugins others required additional css code.