Hi,
How can I Align featured post text?
Thanks
The blog I need help with is poemesale.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I checked http://poemesale.com/ and the featured post text looks left-aligned to me with Gravatar images on the left. What alignment are you trying to change exactly?
Hi,
Sorry for the delay. I want to align the grey text on the right inside the features. Check below «Plus de sale». Is there a CSS code for that?
Kind regards,
Fabrice
Okay. I'm still not 100% clear. Sorry! I see the text below «Plus de sale» and I see that is the Bueno Featured Posts widget, but you said you want to align it—I'm sorry to ask you again, but could you be more specific? I don't think you mean the text alignment; I think you mean you want to rearrange the content pieces inside that widget. Here is a basic example of moving those things around so the thumbnail image is on the right and the text is on the left:
#container .widget-bueno-featured span.thumb {
float: right;
}
#container .widget-bueno-featured li.has-thumbnail .right {
float: none;
}
Hopefully that will give you a good starting point if you'd like to experiment with the CSS more. If you still need help, try posting a little more detail about exactly what you're trying to align and how you are trying to align them.
I am marking this issue as resolved since there haven't been any new replies for several weeks.
This topic has been closed to new replies.