• Resolved zane99

    (@zane99)


    Hi, great plugin i use all the time, however the site i am making currently just needs the social media icons in the header which i have managed fine by simply placing the PHP code into my header.

    However it has caused a big space at the top of my site now, i would prefer it to overflow the other objects in the header rather than sit on top of it…..

    http://www.menuzilla.co.uk/

    My logo used to be right at the top of the site……its been pushed down by the social media icons……..id prefer them to just overflow.

    Any help? Thanks

    http://wordpress.org/extend/plugins/floating-social-media-icon/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Acurax Technologies

    (@acurax)

    Hey, Thanks for being with us, Please add the following code to your style.css by going to Apperance >> Editor

    You will see an editor loaded , scroll to bottom and add the following lines of code..

    #masthead #short_code_si_icon
    {
    float: right;
    }

    and save it,It will fix the issue, if you still have the issue, let us know the wordpress login along with this thread url to info at acurax dot com

    Thread Starter zane99

    (@zane99)

    That worked perfectly thanks!

    Has anyone attempted to do similar to what zane 99 has done except to have the icons display over a heading graphic? Do you know what CSS would be required in that instance?

    Plugin Author Acurax Technologies

    (@acurax)

    @mskristina Send an email to info at acurax dot com with your wordpress url and we will help you with the css code, According to site and its placement, the css code will differ.

    Thanks for being with us.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Overflow when placing in header’ is closed to new replies.