• Resolved xiersen

    (@xiersen)


    All of the pages on our site have a gap above the social links at the top of the page. Can you help explain how we can get rid of it? Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, it is the language widget that is causing this. The first CSS rule below fixes that issue, and I notice that your LinkedIn social icon was partially off the left side of the window, so the second CSS rule adds a bit of left padding so that it is fully visible.

    #polylang-2.widget.widget_polylang {
        width: auto;
        float: right;
    }
    .site-header .jetpack-social-navigation {
        padding-left: 30px !important;
    }
    Thread Starter xiersen

    (@xiersen)

    Thank you so much!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gap at the top of page’ is closed to new replies.