Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Randy Wang
Randy Wang
9,291 Points

How to left align Twiget follow button

When using the Twiget wordpress plugin, a twitter follow button is added to the bottom of the twitter feed. I would like to left-align the button but I'm having trouble figuring out how to select that element. Looks like it's in an iframe...

How do I left-align the Twiget foliow button?

2 Answers

Kenneth Camilleri
Kenneth Camilleri
7,816 Points

Try using .twigetfollow class selector to select the Twiget follow button. You can see the classes that you can select in Twiget by looking at twiget.css located in the twiget/css/ folder.

Randy Wang
Randy Wang
9,291 Points

Just tried using that class in addition to more specific elements too but still no luck. If it works for you please let me know what code you use. Thanks.