Options

SM Style Gallery Description 100% Width

AllenAllen Registered Users Posts: 10,011 Major grins
edited August 7, 2013 in SmugMug Feature Requests
Request: Allow the Smugmug style gallery description box 100% width by moving the buy and slideshow buttons.

Smugmug has taken the right side of the gallery description for the slideshow and cart buttons. So no
longer can a gallery description expand across the whole page. Even if the buttons are hidden the
blank area still takes up the description width.

I found a solution by moving the two buttons down below just above the main photo. This seems to
work for different browser windows but not perfected yet. This is in sandbox so I don't have full
control with the photo area locked so the colors/links in the description are in the locked area.
.sm-gallery-description {
[COLOR=Red]  width: 100%;
  margin: 0 auto!important;[/COLOR]
  color: #ccc;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px!important;
}

.sm-gallery-slideshow-button, .sm-gallery-buymenu {
 [COLOR=Red] position: relative;
  top: 15px;[/COLOR]
}
Al - Just a volunteer here having fun
My Website index | My Blog
Sign In or Register to comment.