I cannot figure out how to change the padding on the opening welcome message on the blog (with the Twitter feed). Can someone tell me what the code is for this section?
The blog I need help with is aileeandsasha.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 cannot figure out how to change the padding on the opening welcome message on the blog (with the Twitter feed). Can someone tell me what the code is for this section?
The blog I need help with is aileeandsasha.com.
I just checked http://aileeandsasha.com/ and I found that you've switched to the Hatch theme. It looks great!
To answer your original question, you could make the welcome message on the Hatch theme wider on the Mixfolio theme by adding the following CSS to your Appearance → Custom Design → CSS editor:
.row .eight.columns {
width: 55%;
}
.row .four.columns {
width: 40%;
}
This topic has been closed to new replies.