Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60021
    calchandoman
    Member

    i am trying to add a padding to the top of the page so the menu bar does not cut off the featured image of the page.

    i have tried these and nothing changes;

    #main {
    padding-top: 20;
    margin-top: 20;
    }

    .site-header {
    padding-top: 20;
    margin-top: 20;
    }

    #60048
    Sakin
    Keymaster

    @calchandoman: Can you post in your site URL so that I can check in and provide you Custom CSS.

    #60089
    calchandoman
    Member

    http://www.calchandesigns.com/
    thank you for the response – cal

    #60106
    Sakin
    Keymaster

    @calchandoman: Ok you can add the following css in “Appearance => Theme options => Custom CSS” box:

    #feature-slider, #header-featured-image {
        margin-top: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to add a padding to top of page so page starts at bottom of menu bar’ is closed to new replies.