Hi! I'm using the Espoir theme (I love it, great theme!) but I want to put a pixel in my sidebar description, and no matter what I do, the pixel keeps expanding to the width of the sidebar. It also does that with any text I try to make into a hyperlink - it stretches the word that's being hyperlinked across the entire description box. I just want my hyperlinks and pixels to remain the size they would be, normally. I'm sorry if this is a frivolous question, and thank you so much!
It's not supposed to be doing that to hyperlinks with the default code, so I'm not sure what's up. Perhaps you've added extra stuff to the CSS? Â
However, to fix the pixel problem, add this into the code before Â
#des img{border:0px;padding:0px;margin-bottom:0px;width:auto;}
And your pixels should stay the same :)Â