Hi Hannah,
Thanks for your reply. That didn’t do what I wanted it to do, but I think I figured out what the problem was, because all the other widgets are aligned the way I want them to. The reason the text isn’t, is simply because of a lack of space!
This is the text that I used: Danielle Joy’s aim is to inspire and educate people to be healthy through delicious recipes that are mostly raw, vegan, and completely free of refined sugar. Read more…
It cuts off at “raw,”, but that’s because “vegan” is too long a word for it to fit in. That’s why it looks like the text isn’t aIigned, but really, it is. I don’t know if this is making sense to you, but I now understand what was causing it, and I thank you for taking out the time to try to help me!
In case you’re wondering, this is what my current custom CSS looks like:
.widget-4 .textwidget a img {
margin: 5px;
float: left;
padding: 0;
border: 0;
}
@media (min-width: 1200px) {
.container {
width: 960px;
}
}
@media (min-width: 992px) {
.main {width: 66.66%;}
aside.col-lg-3 {width: 33.33%;}
}
[class*=wp-image] {
margin: 0;
}