• Resolved betty0714

    (@betty0714)


    Hi! I am totaly a novice to web designing. I have created the my homepage and wanted to have to full width of picture closely attached to my menu bar. However, there is a large gap between the image and the menu. I tried to use CSS in the apperance–>customize–>theme option CSS to decrease the space. But it is not working.Can any one tell me how to do it? Thank you!
    My website: divingintonaure.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • hai betty

    try this code on your site

    #content {
    padding-top: 0!important;
    }
    .page-header {
    padding: 0;
    }

    Thread Starter betty0714

    (@betty0714)

    OMG That’s amazing! Thank you so much!

    Thread Starter betty0714

    (@betty0714)

    Just to make sure. If I am also going to decrease the space between footer and image, do I put the following CSS?

    #content {
    padding-bottom: 0!important;
    }
    .page-bottom {
    padding: 0;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce the space between menu and content’ is closed to new replies.