Lighbox add to cart and other icons
shmori
Registered Users Posts: 22 Big grins
HI,
Is there any way in lightbox add to cart and other buttons can be moved on top right side of image and not allow them to fade away. Thank you for your help.
AD
Is there any way in lightbox add to cart and other buttons can be moved on top right side of image and not allow them to fade away. Thank you for your help.
AD
0
Comments
.sm-lightbox-icons {
position: fixed;
right: 190px;
top: 0px;
}
.sm-lightbox-buy-button {
position: fixed;
right: 105px;
top: 0px;
}
With this in a CSS block on your site it should move the buy button and icons to the top of the page, instead of the bottom.
http://www.kevindeadwylier.com
http://galleries.kevindeadwylier.com
Please check out my gallery of customisations for the New SmugMug, more to come!