• Resolved hallsy

    (@hallsy)


    hey great widget it comes in very uselful if i can get the social icons on my site to go horizontal. I have looked through the posts and inserted the codes you have posted for other users but they dont seem to be working for me.

    here is my site i am workin on on the left you will see the social connect widget icons go down the sidebar and not horizontal as i would like.

    http://www.rugbyclubhouse.net

    hopefully there is a simple solution to this, im a new an still learning 😀

    thanks!

    http://wordpress.org/extend/plugins/widgets-on-pages/

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

    (@toddhalfpenny)

    Hey there,

    What you have here is different from the other posts… You will need to supply CSS direct to the anchors with the icons in.

    Something like this should set you on the right track

    .social_connect_form a {
    float:left;
    }
    Thread Starter hallsy

    (@hallsy)

    hey thanks for the quick reply, this is really killing me here haha I just cant get them horizontal! Any more ideas? I have left the above code on the site for you to see. it seems to have gone like steps now.

    http://www.rugbyclubhouse.net

    the social icons are separated by actual <br> tags;

    try to add this after the other style:

    .social_connect_form br { display:none; }

    please work with a tool such as Firebug to investigate these kind of formatting problems. http://getfirebug.com/

    Thread Starter hallsy

    (@hallsy)

    Ah thanks so much it worked!

    I’ll use firebug to figure out how to center it 😀

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Widgets on Pages] Alignment of social connect’ is closed to new replies.