Flip Photo and Thumbnails of Smugmug Theme
BeautifulWorld
Registered Users Posts: 64 Big grins
Hi,
beautifulworld.photography/Collections/NatureMade-Landscapes/
In the above gallery, is there a way to flip the photo and the Thumbnails? The Thumbnails on the right and the photo on the left?
Thanks
Karthik
Tagged:
0
Comments
Hi Karthik,
In theory, there is a way. Add this CSS to a CSS-box valid for the particular gallery:
It should do the trick for you.
Good luck
Lille Ulven
@Lille Ulven
One of those rare occasions that the web tools doesn't work (Chrome). I created a test gallery and it works. You don't need the
!important
if you use this:Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Worked! Thank you. Is there a full CSS list for smugmug? Like how do I find all the names for the containers and galleries etc? Like .sm-gallery-image-container ?
http://www.beautifulworld.photography/
http://www.karthikraja.blog
Also, In the same gallery beautifulworld.photography/Collections/NatureMade-Landscapes/ can you see two comment boxes at the bottom? Not sure why it is showing up for me. I see that only in the Smugmug gallery theme. Also when I go to Content editor I see the comment box in the gallery box but can't seem to edit it.
http://www.beautifulworld.photography/
http://www.karthikraja.blog
Yes, I see them both too.
You can "disable" the lower one by adding this css to your gallery-css-block:
.sm-page-widget-body .sm-comment-add {
display: none;
}
And you can find those container names by using the web developer tools in for example Firefox (Extras -> Web-developer -> Show web-developer tools).
Good luck
Lille Ulven
Thank you. I found the developer tools and found that the top comment section was in the footer section and turned it off. Seems to work. Thank you again.
.sm-gallery-footer .sm-gallery-comments-container {
display: none;
}
http://www.beautifulworld.photography/
http://www.karthikraja.blog