|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Background not changing color...
I would like to change the background of the box to white (so you can't tell there is a box) and remove the little header strip where the title was before I removed it.
http://ameliabeamish.smugmug.com/Events/Theater Also is there anyway to make the thumbs go in multiple columns rather than one very long column? |
|
|
|
|
#2
|
||
|
Major grins
|
Quote:
Try this: Code:
/*************************************************
======= Remove Theme =======
*************************************************/
.galleryPage, .boxBottom, .boxTop, .box
{border:none !important;}
.boxBottom, .boxTop, .box
{background:none !important;}
/*===== Galleries 4 Across =====*/
.miniBox {width:122px;text-align:center;height:210px;margin:0 28px}
.miniBox .photo {float:none;width:122px;height:auto;_height:1px}
.miniBox .albumTitle {width:122px}
.miniBox .description {width:122px}
.miniBox .updated {width:122px}
.loggedIn .miniBox {height:auto;min-height:300px}
.loggedIn .miniBox .smbuttons {margin:0 auto; width:122px}
.loggedIn .miniBox input {width:122px}
.loggedIn .miniBox textarea {width:112px}
.boxBottom .albumLarge {width:192px;height:350px;text-align:center;margin:0 24px}
.albumLarge .photoLarge {float:none;width:192px;height:auto;_height:1px}
.albumLarge .albumTitle {width:192px}
.albumLarge .description {width:192px}
.albumLarge .updated {width:192px}
.loggedIn .boxBottom .albumLarge {height:auto;min-height:450px}
.loggedIn .albumLarge .smbuttons {margin:0 auto;width:192px}
.loggedIn .albumLarge input {width:192px}
.loggedIn .albumLarge textarea {width:182px}
And if you want the thumbs to stretch, add this also: Code:
/*===== Stretch Gallery Thumbs =====*/
.galleries #homepage, #content.userKeywords,
#header_wrapper, #footer_wrapper, #cobrand_footer,
#category, #subcategory, #header,
#smugmug, .smugmug #header, .smugmug #footer
{margin-left: 15px;margin-right: 15px;min-width: 755px;
width: auto;_width: expression
(document.documentElement.clientWidth < 790? "760px" : "auto");}
|
|
|
|
||
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Yuimenu background color and hover color | Pinto Pony | SmugMug Customization | 4 | May-25-2010 02:43 PM | |
| Trying something in the bio box - help please... | johmar76 | SmugMug Customization | 22 | Aug-29-2009 08:22 AM | |
| problem changing background color of home pg | kim_mick | SmugMug Customization | 4 | Jan-26-2009 03:01 PM | |
| Need help changing background color. | jpellow | SmugMug Customization | 1 | Feb-04-2008 07:07 PM | |
| changing html only background color? | mrfizzed | SmugMug Customization | 0 | Feb-02-2008 05:44 PM | |
| Thread Tools | |
| Display Modes | |
|
|