Try changing this
#photo-inner img {
margin: 0 0 10px;
padding: 0 0 10px;
}
To this
#photo-inner img {
margin: 0;
padding: 0;
}
Does that work?
I think the theme author inserted the margin/padding so that any photo text description would format correctly. You’ll have to bear this in mind, should any text be added in the future.
It was exactly there.
Thanks a lot !
I have another question :
When I post a picture I would like to write a description. But on my blog I would like to display the description in a separated section I could put where I want.
How could I do ? Have I to create this section when I write my post ?
Thank you for your help.
Nice photos 🙂
The Custom Field box (on the Write Post bit of the dashboard) is probably what you are looking for, although you will need to add some code to your template.
Personally, I found that the plugin from Rhymed Code (Custom Field GUI) suited best (although I have yet to add a description to my photos 🙂
I’m new at posting here and not sure how to post links but the plugin can be downloaded here:
http://rhymedcode.net/projects/custom-field-gui
Once activated, the plugin will show up on the Write Page and you can change the text in the conf.ini file to whatever you want eg: Change the ‘Plan’ bit to ‘Description’.
Like I said above, you’ll need to add some code to your template but there is a lot of help in the Codex about Custom fields.
Have a go and see how you get on.
P.S.
I’m new at this photoblogging on WordPress too, so you are in good company 😉
Thanks a lot for your help.
I have a lot of work this week, I’m going to try this as soon as I can.
I’ll let you know.
Actually, I found how to do without this plugin.
Everything is there : http://codex.wordpress.org/Using_Custom_Fields
It is very simple (like the plugin I tried).
Cool beans. I’m glad that you got it sorted. If you’re happy to do so, then just mark this thread as ‘resolved’ 🙂