Notifications
Clear all

[Solved] Huge blank space on mobile devices

5 Posts
3 Users
0 Likes
936 Views
(@stirius)
New Member
Joined: 4 years ago
Posts: 3
Topic starter  

Hello,

 

can anybody tell me why there is such a big space below the discussion? It's not even possible to hide correctly via CSS. How to remove it?

 

Thank you.

Space

 


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

Hi @stirius,

Please leave the example URL to allow us to check it.


   
(@stirius)
New Member
Joined: 4 years ago
Posts: 3
Topic starter  

Hello, you can go to any of our posts, i.e. here https://www.keengamer.com/articles/features/opinion-pieces/5-reasons-why-you-should-play-hollow-knight/ and switch to mobile view please.

 

Thank you.


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5924
 

@stirius,

Please navigate to Dashboard > Comments > Settings > Styling tab, put the CSS code in the "Custum CSS code" textarea: 

@media screen and (max-width: 420px){
div#comments {
margin: 0;
}
div#wpcomm {
margin: 7px auto 0px auto;
padding: 1px 0 0 0;
}
aside#gp-sidebar-right {
padding-top: 0;
}
}

Don't forget to delete all caches before checking. If you check on mobile devices, please use incognito mode. 

 


   
(@stirius)
New Member
Joined: 4 years ago
Posts: 3
Topic starter  

Thanks, that works ;-). 


   
Share:
Scroll to top