Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1759331
How can I remove margin below page title bar?
Closed

Comments

  • sock2me started the conversation

    I'm VERY frustrated trying to remove the space at the top of the page and at the bottom of the page: http://prntscr.com/la3ifj

    and

    http://prntscr.com/la3ilu


    I want this on all page - no space. I have looked at the VB elements and set them all to 0 margin but they continue to show.

    Thank you,

    S

  •  6,933
    Oliver replied

    HI!

    pls. use following css:

    body .block-content {
        padding-top: 0;
    }
    body footer#footer-nav {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver