Options

Stretchy gallery description

tobemetobeme Registered Users Posts: 308 Major grins
edited October 3, 2013 in SmugMug Customization
Is there a CSS to make the gallery description box stretches out to full width?



www.wallacehuo.info

Comments

  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 3, 2013
    tobeme wrote: »
    Is there a CSS to make the gallery description box stretches out to full width?



    www.wallacehuo.info
    What style gallery?

    I used this for a smugmug style gallery but the slideshow and buy button steal the right ~20% of the description area.
    .sm-gallery-description {
        width:100%;margin:0 auto!important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    tobemetobeme Registered Users Posts: 308 Major grins
    edited October 3, 2013
    Allen wrote: »
    What style gallery?

    I used this for a smugmug style gallery but the slideshow and buy button steal the right ~20% of the description area.
    .sm-gallery-description {
        width:100%;margin:0 auto!important;
    }
    

    Thanks Allen. That works for me.
Sign In or Register to comment.