Move the shopping cart?
PaulN
Registered Users Posts: 19 Big grins
Hi folks,
In the effort to make my pages less cluttered, I'd like to move the shopping cart link to below the photo. I've figured out how to disable all of the imageInfo stuff to just show the 'comments' link. Now, I'd like it to have 'comments' and 'buy photo..'.
Possible? I'm trying to pickup CSS, but haven't found an online tutorial that I like.
In the effort to make my pages less cluttered, I'd like to move the shopping cart link to below the photo. I've figured out how to disable all of the imageInfo stuff to just show the 'comments' link. Now, I'd like it to have 'comments' and 'buy photo..'.
Possible? I'm trying to pickup CSS, but haven't found an online tutorial that I like.
0
Comments
if you don't mind the photo navigation buttons showing along side the shopping cart, then here's the code:
HTH,
Lee
#smugmug #albumNav_bottom, #smugmug_small #albumNav_bottom {
display: inline;
border: none;
}
#smugmug #albumNav_bottom, #smugmug_small
#albumNav_bottom {visibility : hidden ;
}
#smugmug #albumNav_bottom .cartbuttons, #smugmug_small #albumNav_bottom .cartbuttons {visibility : visible ; }
#smugmug #albumNav_bottom .cartbuttons, #smugmug_small #albumNav_bottom .cartbuttons {padding : 0 px ; }
#smugmug #albumNav_bottom .cartbuttons, #smugmug_small #albumNav_bottom .cartbuttons {
position: relative;
left: -250px;
top: -45px; }
.loggedIn #smugmug #albumNav_bottom .cartbuttons, .loggedIn #smugmug_small #albumNav_bottom .cartbuttons {
position: relative;
left: -250px;
top: -115px ;
}
#smugmug #photoTools, #smugmug_small #photoTools {
position: relative;
left: 125px;
top: 30px ; }