• Hi to everybody,
    I am trying to delete the space between header and body. I try everything but can solve it. My objective is start the body when/where finish the header, without any space.
    Thank you,
    Sorry for my English.

    pd: my page is costabarna.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • ashish_shrestha

    (@ashish_shrestha)

    Hello @robertlloret,
    You can add CSS code to remove space between header and body area. For this, go to Appearance > Customize > Custom CSS on Dashboard. And add following code inside the box:

    #content {
        padding-top: 0;
        margin-top: -74px;
    }

    Regards,
    Ashish.

    ashish_shrestha

    (@ashish_shrestha)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Delete space between header and body’ is closed to new replies.