I would like some help to solve this issue. I want to align the images in my single post. I managed to align the text and the menue to the left margin, but I can't find out where in the Stylesheet to also change the images in the post.
Link to the page:
http://gravityandgrace.se/?p=1324
If anybody knows, I would be very happy.
And here's my Stylesheet:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
imintheus
Member
Posted 8 months ago #
in your gallery.css change this
.gallery .gallery-item .gallery-icon img {
width: auto;
max-width: 100%;
height: auto;
padding: 1%;
margin: 0 auto;
}
and take off the padding and put it only on the top so..
.gallery .gallery-item .gallery-icon img {
width: auto;
max-width: 100%;
height: auto;
padding-top:2%;
margin: 0 auto;
}
Thanks for your reply!
I don't seem to have a galley.css. Can I find it somewhere else?
imintheus
Member
Posted 8 months ago #
do have any gallery plugins installed?
imintheus
Member
Posted 8 months ago #
look in your "cleaner gallery" plugin css
I'll check!
This is my full stylesheet anyway:
http://pastebin.com/p9i7aEa1
I have this:
Stylesheet.css
ie6.css
ie7.css
Although, under Cleaner Gallery, there's the option "Load the Cleaner Gallery Stylesheet, which I have done, but it won't show up on the CSS editing page...
I found it and solved it!!!
MANY THANKS.
imintheus
Member
Posted 8 months ago #