More photos on same line
- The topic ‘More photos on same line’ is closed to new replies.
Need help? Check out our Support site, then
is-it possible (with css) to change the photo’s number by line juste for one page ?
Just for this page (http://lecliff.com/category/membre-du-cliff/), i would like to have 5 photos by line.
Thanks.
The blog I need help with is: (visible only to logged in users)
It certainly is – you can do it using this :)
body.category-membre-du-cliff article.post-archive {
width:20%;
}
Great ! Thanks !
Do you have the css line for do the same sing for the homepage ?
http://lecliff.com/
Sure – that’s almost the same thing.
body.home article.post-archive {
width:20%;
}
Thx ! The website is ready and will be online monday
Thanks again for ALL your answers !
;)