Archived topic
Remove white Space Above Footer & Mobile Viewing
7 replies · Started by Sharon Vargas on February 18, 2018
I am experiencing a white space above my footer. The CSS Code I have found in your forum is not working to remove it.
ExamplePage:http://workerhelpdesk.com/worker-help-desk-packages/
Also, how do I change the height of the Menu Title for mobile? It is very thin at the top of devices.
Hi there,
Looks like there is a empty paragraph added in the content.
You can try to locate and remove it, or use this CSS to remove the margin-bottom:
p {
margin-bottom: 0;
}
For the menu title, try increasing the height with mobile toggle on: https://docs.generatepress.com/article/menu-item-height-width/
Thank you Leo.
I added the CSS and the space is removed.
Thanks for the article.It worked as well.
No problem!
Hi,
I reopened this ticket. Tried adding the code to GP > Customize > Additional CSS and Simple CSS
Did not work. Is there somewhere else I can try adding this?
thanks!
Can you try using one container here?
https://docs.generatepress.com/article/content-layout/
Hi Leo,
It worked! thanks for your help.
Sharon
No problem :)