• Resolved allansjackson

    (@allansjackson)


    Me again, Sorry.
    I’ve created a page with Sitebuilder that is going to be my new home page but there’s gap a between the page contents and the theme’s menu. The page is at https://www.fad.co.za/2186-2.php and I’d appreciate any help with fixing that.
    Thanks
    Allan

Viewing 5 replies - 1 through 5 (of 5 total)
  • It looks like it’s only displaying on that page. Here is some CSS that will target that area only on that specific page.

    .page-id-2186 div#pageheader .container {
        display: none;
    }
    
    .page-id-2186 .wrap.contentclass {
        margin-top: -30px;
        padding-top: 0;
    }
    Thread Starter allansjackson

    (@allansjackson)

    Thanks Kevin
    That worked perfectly.
    Allan

    Thread Starter allansjackson

    (@allansjackson)

    Whoops. Spoke too soon.
    https://www.fad.co.za/2186-2.php

    The page looks just as I want it but the adjusted top margin setting seems to have also raised the link area of the menu bar. The bottom half of the bar is now not covered the link area as before. Resetting the margin to zero fixes the problem so I know it’s that.
    Thanks

    Were you able to resolve the issue on your own? Looks like it’s no longer displaying incorrectly.

    Thread Starter allansjackson

    (@allansjackson)

    Hi Kevin
    The page https://www.fad.co.za/ displays correctly but the live link area (don’t know how else to describe it) seems to have shifted so that the mouse cursor doesn’t change into a pointing finger over the bottom half of the menu bar. The menu on other pages works as expected so there’s an anomaly on that front page.
    Thanks
    Allan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unexpected Gap’ is closed to new replies.