[Resolved] Unwanted gap above top bar on mobile only

Home Forums Support [Resolved] Unwanted gap above top bar on mobile only

Home Forums Support Unwanted gap above top bar on mobile only

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #704861
    Katja

    Hello team,

    Ease could you have a look at a site and see what is happening to cause an unwanted gap above the top bar on mobile only. Curiously the gap doesn’t seem to appear on WooCommerce pages. Have CSS code from you guys to have the top bar sticky, but doesn’t seem to affect the issue if taken out.

    Would be grateful for any pointers.

    Many thanks and have a great day.

    Roger

    #704965
    David
    Staff
    Customer Support

    Hi there,

    seen this before, the Social Icon plugin you are using is adding 50px padding to the Body ( why ! lol ) so you can try this CSS to remove that:

    body {
        padding-top: 0px !important;
    }
    #705025
    Katja

    Fixed! You guys are amazing, thanks very much for the great support.

    Roger

    #705026
    David
    Staff
    Customer Support

    You’re welcome – still not sure why Social Warfare adds the body padding especially when you’re not using the fixed shares. but hey it works. Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.