Site logo

[Resolved] Remove white Space Above Footer & Mobile Viewing

Home Forums Support [Resolved] Remove white Space Above Footer & Mobile Viewing

Home Forums Support Remove white Space Above Footer & Mobile Viewing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #499334
    Sharon Vargas

    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.

    #499561
    Leo
    Staff
    Customer Support

    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/

    #499854
    Sharon Vargas

    Thank you Leo.

    I added the CSS and the space is removed.

    Thanks for the article.It worked as well.

    Sharon
    http://www.workerhelpdesk.com

    #499907
    Leo
    Staff
    Customer Support

    No problem!

    #690233
    Sharon Vargas

    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!

    #690305
    Leo
    Staff
    Customer Support

    Can you try using one container here?
    https://docs.generatepress.com/article/content-layout/

    #690366
    Sharon Vargas

    Hi Leo,

    It worked! thanks for your help.

    Sharon

    #690655
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove white Space Above Footer & Mobile Viewing’ is closed to new replies.