New to WordPress.com and CSS. Searched every theme for flexible width for large photos. Andrea Theme is flexible (to browser window size), but limited the photos to 1000px. FINALLY saw the "view original style sheet" link on the CSS page. TELL BEGINNERS ABOUT THIS. Fix was quite obvious (see below). SUGGEST MAKING THIS A STANDARD TEMPLATE FOR PHOTOGRAPHERS WHO WANT TO SHARE LARGER IMAGES.
.flexible-width #wrap {
min-width: 900px;
max-width: 2000px;
margin: 0 20px;}
.flexible-width #content {
width: 85%; /* max width NOW 1900px */}
.flexible-width #sidebar {
width: 10%; padding: 0 1% 5px 5px; min-width: 100px; max-width: 150px; }
Need help? Check out our Support site, then
Flexible Photo Theme Width
Topic Closed
This topic has been closed to new replies.