[Resolved] White gap under navigation bar (bottom margin)

  • Author
    Posts
  • #15501

    ElenaB77
    Participant

    Hello,
    As I wrote before (sorry for writing in the wrong topic!), I still have a white bottom margin, under the navigation bar. In page settings, the margins are disabled. I tried to inspect the code, without success… I couldn’t find what is the issue!
    You can see the issue here: http://www.iedsrl.it (the cookie settings pop up opens, it has an overlay effect, so you can see the white gap; otherwhise, I can send you a picture).
    Please, can you help me?

    Thanks a lot in advance!
    Kind Regards,

    Elena

    #15502

    Andrew Misplon
    Keymaster

    Hi Elena

    Thanks for reaching out.

    At the moment, I don’t see a gap. Perhaps because I don’t receive the cookie notification, I’m not sure. Here is what the navigation looks like when I view the home page. https://imgur.com/a/b6SjKvi

    #15503

    ElenaB77
    Participant

    Hi Andrew,
    Thanks a lot for your quick reply!
    Here below the link in which you can see the cookie pop up overlay:

    View post on imgur.com

    I’ve also made a picture to better explain… : https://imgur.com/B6Mb2EW

    I hope now my issue it’s better exposed 😉

    Thanks again!!
    Kind Regards,

    Elena

    #15511

    Andrew Misplon
    Keymaster

    Thanks for the screenshot.

    I’ve tried accessing the site from the Netherlands and from Italy, both the Italian and English versions, I can’t seem to trigger the cookie modal. How is that modal triggered?

    #15512

    Andrew Misplon
    Keymaster

    I can see the issue now. The breadcrumbs container is being outputted, I’m not sure why. You can try adding to Appearance > Custom CSS or Customize > Additional CSS:

    .breadcrumbs {
    	display: none;
    }
    #15513

    ElenaB77
    Participant

    Hi Andrew,
    thanks for your reply. Unfortunately This doesn’work (see it here: https://imgur.com/75HWrxX).
    …Could it be a .site-content issue (I’ve highlighted it with the Inspector, see here: https://imgur.com/kbRUHtL)?

    Thanks a lot again!
    Kind Regards,

    Elena

    #15515

    Andrew Misplon
    Keymaster

    Hi Elena

    The CSS rule above the rule that has just been added is not complete. If you add the closing bracket for the rule above, the breadcrumbs rule should then take effect.

    #15516

    ElenaB77
    Participant

    …Oh yes! It works correctly!
    I couldn’t notice the missing bracket, ups…

    Thanks a lot!
    Kind regards,

    Elena

    #15517

    Andrew Misplon
    Keymaster

    Super, glad to hear you’re making progress 🙂

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

You must be logged in to reply to this topic.

Scroll to top