How to disable completely the header on mobile view?

Posted in: Newsmag
Post count: 13

Hi is there any way I can disable completely the header on mobile view? so when someone open the post only shows the feature image on top, no menu, no header, no search, … Thank you

Post count: 23312

Hello jcmlny,

You should use the code below ->

@media (max-width:767px){.td-header-wrap{
display:none;
}
}

Thaks for the message!

Post count: 13

Hi Catalin, thank you for your respond, the code works but not that good, on iphone shows a little black line on the top, and on android every time the post opens, I can see the header for half second and then desapears … Is there anyway I can completely disable or delete from the theme son there is no css code involve? Thank you

Post count: 23312

Hello jcmlny,

You have to provide your website URL so I can give you a more accurate response.

Thanks.

Post count: 13
Post count: 13

if you try to open it using and android phone you will see the delay and on iphone there is a fine black line on top of the image

Post count: 23312

Hello jcmlny,

I have checked your website on Android OS and I saw the delay. It seems that your code has been added to the custom CSS code, like this -> https://www.screencast.com/t/1ENMGZvIcse You should edit the style.css core file and add there this code for a good rendering. Clear all the caches and check the results.

Thanks for your understanding!

Post count: 13

Nice 🙂 Thank you very much, that was my fault … I should know that …. anyway, Thank you for your support

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newsmag’ is closed to new topics and replies.