Removing Breadcrumbs / Leaves HP Space

This topic contains 5 replies, has 2 voices, and was last updated by  KB 9 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #12998

    KB
    Buyer
    Post count: 72

    Hello GD,

    Using GDF Modern Child Theme

    I have used the custom css .geodir-breadcrumb ul {visibility: hidden;} (TY Guust) to remove breadcrumbs. When this css is applied it removes breadcrumbs no problem . . . my question, is there a way to remove the white space that is created between the map and main navigation/menu on home page when this css code is applied? The space does disappears when code is removed.

    Many thanks for any help.

    #13006

    Guust
    Moderator
    Post count: 29970

    Add

    height: 0px

    to the CSS code? Does that work?

    #13008

    KB
    Buyer
    Post count: 72

    Hi Guust,

    Thank you for quick response.

    Adding height: 0px;

    put the logo behind the navigation/main menu and the space is still between the map and Navigation/menu.

    #13009

    KB
    Buyer
    Post count: 72

    Sorry, missed entered,

    adding the “correct” height: 0px;

    did not change it.

    #13018

    Guust
    Moderator
    Post count: 29970

    Best I can do is:

    .geodir-breadcrumb ul {display: none; margin: -20px}

    Does not quite hide the gap though.

    #13019

    KB
    Buyer
    Post count: 72

    Thank You Guust . . . that did it! . . . and if there is a gap, I do not see it in any browser I look at it in.

    Many Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket