Margins in Filmstrip? Margins in Filmstrip?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Margins in Filmstrip?

Started by nellygrl, January 06, 2012, 09:47:43 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

nellygrl

Hello everyone!

If anyone can offer any insight on this issue, it would be greatly appreciated!

One issue I am having right now is that the thumbnails in the filmstrip in the theme I'm customizing from the ipodlounge theme do not have margins in between them. I've defined margins in the stylesheet, but for some reason, the margins aren't showing up on the page.

Here is the coding in my stylesheet:


.thumbnails {
        background: #FFFFFF;
        padding: 10px;
}

.thumbnails img {
background: url('/gallery/themes/ipodlounge/images/bgs/thumb.png') #A5CCC9;
border: 0px solid #aaaaaa;
padding:7px;
        margin-right: 2px;
        margin-left: 2px;

}


And here's what it looks like: http://onedirectionconnection.com/gallery/displayimage.php?album=2&pid=332#top_display_media

And also, I want to create the same border around the intermediate image, but I can't seem to find the section of coding I'm supposed to edit. Even when I use my browser's inspector to figure it out, the class definitions in the inspector don't match up with any of the class definitions in the stylesheet.

Can anyone explain this to me?

Thank you for your time!

~Nellygrl

nellygrl

I figured this out (and I'm honestly not sure how, lol), but I don't know how to close this thread.

Though an answer might help someone else (or me) in the future!

Αndré

Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
you can tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.