View Full Version : Shrink space betweeen navbar/slideshow, expand gallery box,
lokkydesigns
Jan-25-2009, 01:51 PM
Hi, I am www.alok.smugmug.com
How can I bring the navbar and slideshow closer? Also, I've made the box on the homepage to be 1000px wide, I will be adjusting my slideshow to fit, how can I change the width for the galleries as well?
Is there any way to make the thumbnails larger than they are right now?
I know a lot of questions, I have a lot more, but I'd rather search first before asking them :)
Thanks a mil!
Alok
jfriend
Jan-25-2009, 02:03 PM
First, take this code out of the "HEAD" section and put it in the "Custom Header" section.
<div id="my_banner"></div>
<div id="navcontainer"><ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/6137270_g2RC4">About Me</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/6132700_GMqNT">Guestbook</a></li>
</ul>
</div>
Then, go to site-wide-customization and turn off the Smugmug header so it's not taking up space.
If you still want the slideshow closer to the navbar, add this CSS:
#homepage {margin-top:0; padding-top:0;}
#homepage #breadcrumb {display:none;}
After you've made these changes, if you still need any more help, let me know.
lokkydesigns
Jan-26-2009, 02:22 AM
First, take this code out of the "HEAD" section and put it in the "Custom Header" section.
<div id="my_banner"></div>
<div id="navcontainer"><ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/6137270_g2RC4">About Me</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/6132700_GMqNT">Guestbook</a></li>
</ul>
</div>
Then, go to site-wide-customization and turn off the Smugmug header so it's not taking up space.
If you still want the slideshow closer to the navbar, add this CSS:
#homepage {margin-top:0; padding-top:0;}
#homepage #breadcrumb {display:none;}
After you've made these changes, if you still need any more help, let me know.
Thanks very much, it worked :) Now I need to size the boxes on the galleries to be the same as on the homepage. ie. 1000px wide...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.