whackedspinach
Member
Posted 2 years ago #
I'm using Wickett to display my twitter feed in the sidebar with my SimpleX theme. Whenever there is a link in the tweet, it forces it to go to it's own line. It also does this for the 'X minutes ago' link after the tweet. Why is the theme/plugin doing this? It is probably somewhere in the CSS but I can't find it.
http://wordpress.org/extend/plugins/wickett-twitter-widget/
A link to the site itself would probably be helpful. But, without taking a look at the CSS, I'd say you'd be looking for a "display:block;" set on the anchor tags. That's assuming there's no other markup wrapped around the anchor tags which could obviously also force it to a new line.
whackedspinach
Member
Posted 2 years ago #
Thank you. I found the display: block; Worked perfectly.
Awesome! Glad it worked for you.