spaceheat
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How do you adjust the margins of the gallery?Found the answer to the centering question here
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Center thumbnails????Thanks for the help! Worked for me…
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How do you adjust the margins of the gallery?Oops… didn’t mean to link that entire block of copy to the older post.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How do you adjust the margins of the gallery?Ok… I think I figured this out. I researched the topic which lead me to a lot of discussion about the gallery being stuck on the bottom of the page. Their solution was to delete a line of code that said “clear; both”
I did this but it didn’t seem to help… so I added a line of code to define a bottom margin and it seems to have worked.
Here is what the revised code looks like…
/* ----------- Gallery style -------------*/ .ngg-galleryoverview { overflow: hidden; margin-top: 10px; margin-bottom: 20px; width: 100%; display:block !important; }Now I am wondering how I can center the gallery in the column. I changed two lines in the Gallery Style section that say “Float: Left” to “Float: center” but it is not working.
Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)