Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #497596

    We have “launched” our new site built on Enfold, we have done a bit of custom css in our child theme,
    The last we did was this change, to make the footer not so tall.

    
    #footer .widget {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    

    This works fine by adjusting the footer. BUT, now the share to facebook and share to linkedin buttons are barely visible. I reversed my css change, but it is still a problem. The bottom footer gets placed ontop of the buttons.

    What can cause this? I havent touched the css for .av-share-box ul li a

    • This topic was modified 9 years, 2 months ago by gjelsvik.
    #497865

    Hey gjelsvik!

    Please add following code to Quick CSS

    .av-share-box {
        margin-bottom: 5px;
    }

    Cheers!
    Yigit

    #497881

    Sorry Yigit, that didnt make any Difference.

    Heres a complete dump of my style.css
    http://pastebin.com/cBxYMVrt

    I noticed when i loaded the site at home now, that the first time it loaded everything was normal, like it should. Then i refreshed and the Social share buttons was overlayed.. Maybe browser cache, but still weird.

    #497885

    Strange, a new refresh and now it works again..

    #497889

    Hi!

    Great!
    Please make sure to flush cache and refresh your page a few times after making styling changes :)

    Regards,
    Yigit

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