hide on mobile screen

Posted in: Newspaper
Post count: 106

Hi

HEALTH & FITNESS demo!

on the mobile screen

I want to hide the sidebar and bottom footer area.

Please refer to the following question URL.

https://verywellinfor.com/wp-content/uploads/2022/04/2022-04-07-100.jpg

Two things, please tell me about Custom CSS.

thank you.

Post count: 27744

Hello,

To hide the sidebar and footer for mobile you need to use a Custom Code CSS -> https://i.imgur.com/QLE5k0r.png
.td-ss-main-sidebar {
display: none;
}
.td-footer-template-14 .td-footer-bottom-full
{
display: none;
}

Set the code in Theme Panel -> Custom Code -> Advanced Css -> Phones -> https://i.imgur.com/IlMFlug.png

Thank you!

Post count: 106

Anamaria

thank you.

Have a great day!

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