Can anyone tell me how to get rid of the turquoise-ish line to the left of my block quote?
My blog is: http://www.hollaforchallah.com OR http://hollaforchallah.wordpress.com
The blog I need help with is hollaforchallah.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
Can anyone tell me how to get rid of the turquoise-ish line to the left of my block quote?
My blog is: http://www.hollaforchallah.com OR http://hollaforchallah.wordpress.com
The blog I need help with is hollaforchallah.com.
Would also like to move the archives and the recent posts to the right-hand side of the blog, if possible.
Would also like to switch the order of "Behind the Magic" and "Home" in the menu bar.
Sure. Try this:
blockquote {
border-left: none;
}
Would also like to move the archives and the recent posts to the right-hand side of the blog, if possible.
Would also like to switch the order of "Behind the Magic" and "Home" in the menu bar.
You're magical!
Any thoughts on my other two challenges!?
Yep. First, moving content around can sometimes get tricky. Try this as a start and see if it's on the right path. You may need to adjust some of the widths or make some other minor adjustments. Check this out first to see if you like the direction though:
#container { position: relative; }
.hentry .main {
width: 406px;
}
#widgets .widget {
width: 100%;
}
#widgets {
position: absolute;
top: 317px;
right: 0;
width: 174px;
}
You can control menu order by setting up a custom menu in your Appearance → Menus page.
This topic has been closed to new replies.