Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25635
    Scott
    Member

    Hi,
    I have looked through the forum and I still can’t find a solution to my problem. I recently purchased cath-everest-pro and I am having trouble removing the space above the header image and the space below the footer.

    Here’s the site:
    http://www.scottewinglaw.com/

    I have found different codes to put into the custom css field, but nothing seems to work.

    #25735
    Sakin
    Keymaster

    @Scott: There is not space above your header image. So, I guess you are trying to remove the white space above your site. For that you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 0; }

    #25771
    Scott
    Member

    Thanks. That worked.

    How would I do the bottom? I tried .site { margin-bottom: 0; }, but that didn’t work. There’s also a grey bar running along the bottom as well that I’m assuming will go away if I remove the space.

    #25780
    Sakin
    Keymaster

    @Scott: I just check in your site and found issue in your footer widget closing divs and also custom css. So, it’s hard to explain here. I will email you the details.

    #25811
    Scott
    Member

    I edited the footer and fixed the grey bar at the bottom, but i now have a space at the bottom the site that i still can’t get rid of.

    #25841
    Sakin
    Keymaster

    @Scott: There is issue with your custom css so need to check that. Can you delete the following css in “Appearance => Theme Options => Custom CSS” box.

    /* To Make social icon in float right */
    #footer-sidebar ul.social-profile {
        float: right; margin-top: -180px;
    }

    and Further, check your Text Widget in “Footer Area Two” there is missing closing div tab </div>

    Also, you don’t need header right sidebar. Go to “Appearance => Theme Options => Header Right Sidebar Options=” and check to “Disable Header Right Sidebar”.

    If this fixes your problem then it’s fine. Otherwise you need to reply me in email.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove space above header image and space below footer’ is closed to new replies.