Can someone please tell me how I can make my photos bigger? :-)
The blog I need help with is fashiionsnob.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 someone please tell me how I can make my photos bigger? :-)
The blog I need help with is fashiionsnob.com.
In your case, you can adjust the size of images by using CSS to adjust the width of the content area for the Manifest theme and then changing the "limit width" setting on your Appearance → Custom Design → CSS page to match.
For example, to change the width from the default 500px to 800px, try this:
#site-wrapper,
#main-nav ul ul,
#core-content,
#comments h3,
legend span,
#footer,
.footer-content {
width: 800px;
}
Note that you need to purchase the Custom Design upgrade in order to make this change. You can preview any time before buying by entering the CSS into your Appearance → Custom Design → CSS page and clicking the "Preview" button.
This topic has been closed to new replies.