Text Follow Button CSS Customization
-
Hello, i am currently using the Forever theme and i want to know if theres a snippet for the following! in the bottom of my page there’s a Twitter Follow Button, i want to know if there’s a snippet to make that button to be just before the “Blog de wordpress.com” link in the credit section. thanks
The blog I need help with is: (visible only to logged in users)
-
I think I’ve got it! Try this and let me know if it works:
#supplementary {overflow: visible; zoom: 1;} #supplementary:before, #supplementary:after { content: '020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } #supplementary:after {clear: both;} #text-20 { position: absolute; bottom: 80px; left:50%; margin-left: -61px; } #colophon {padding-top: 30px;}
- The topic ‘Text Follow Button CSS Customization’ is closed to new replies.