Sidebar Popping up on Mobile

Posted in: Newspaper
Post count: 32

I discovered that when checking my site on Mobile a pop will just pop-up from the side and blocking the main content thereby making it difficult for the reader to read the content

Post count: 22421

Hello,

Please provide more details to what this pop-up is. Provide a link to your site and a screenshot of the pop-up so we can figure out where it comes from.

Thank you!

Post count: 32

I have send the screenshoot of the pop showing on the mobile version and the second pop on how it should display

Post count: 22421

Hello,
Where have you sent the screens as i cannot find them on our email address. paste the links to the screenshots hare on the forum.
Thanks

Post count: 32
Post count: 22421

Hello,
\
The pop=-up is indeed a theme element. it is a more articles box. IT was only meant to show a few articles but you have it set as big as the screen. You can remove it from mobile altogether by using this css code:
@media(max-width:767px){
.td-more-articles-box{
display:none!important;
}}

You can add the code in the thee panel->custom css box

Thank you!

Post count: 32

Thank you Bro it works. Please i need another help on how to make each category have different color on their respective page

Post count: 22421

Hi,

Now that is a hard one i’m afraid. Our theme does not have such an option and it will be no walk in the park to do.
You can follow this guide as one of our users already did it and shared the code:
https://forum.tagdiv.com/topic/css-class-based-on-primary-category-ini-newspaper-theme/
basically his method adds a custom css class on the body for each category and then you can target it with css and add styles to each category in particular using css. but you will need css skills to pull it off.

Thank you!

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