Gallery Display In New Sandbox Theme
-
I recently switched from Sandbox-10 to the latest version. Why are my photo galleries displaying like the one in the following link? The images should be lined up horizontally in rows of three.
http://inrepair.net/2009/02/07/ice-ice-baby/
The blog I need help with is: (visible only to logged in users)
-
My suggestion is to switch back to 10 until the bugs are worked out, and send this directly into staff so they can look into it. http://support.wordpress.com/contact/
-
Actually you might want to hold off on changing back to 10 until staff has a chance to look at the problem on your blog.
-
@ thesacredpath: Thanks for the reply. I’ve emailed support about this problem. If you click one of the photos on the link I provided, you’ll see that the problem is even worse than I thought.
-
@nrepair, in this case, the problem is with your Custom CSS. You have modified the CSS and selected the “Start from scratch” option, but you have left out the part of the CSS that makes the images line up properly. For example, try adding the following to your CSS:
div.gallery dl {
float:left;
}You may also want to remove this:
div.gallery {
height:180px;
}Just continue from there if you want to add any other CSS for how the gallery should look.
-
Okay. I’ve been monkeying with the CSS on this for days, and now I’m convinced that part of this problem is beyond my control. I’ve inserted a gallery into my latest post that has four images. I set the gallery to have four columns, but when I save it and view the source for the post, it is plainly coded for three columns: <div class=”gallery”> <dl class=”gallery-item gallery-columns-3″>. This forces the fourth image onto a new row and makes the text wrap around it. Not very attractive.
Any ideas?
-
-
I’m switching back to Sandbox 1.1. I don’t see enough of an advantage to even bother with the last version.
- The topic ‘Gallery Display In New Sandbox Theme’ is closed to new replies.