Options

stylebar width - bug or not?

mbradymbrady Registered Users Posts: 321 Major grins
edited September 2, 2005 in SmugMug Support
I'm not sure if this is a CSS glitch or if it was planned this way (and this only applies to customized headers):

When in "smugmug small" style, the style drop down and the Slideshow button are right-aligned with each other. But when you switch to regular "smugmug" style, the page width goes up, causing the Slideshow button to move over to the right, but the style dropdown (stylebar element) stays the same width and is therefore no longer aligned with the Slideshow button.

I was able to fix it with
.smugmug #stylebar { width: 960px; }
but I wanted to bring it up just in case this was not on purpose.

Thanks,
Matt

Comments

  • Options
    {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited September 2, 2005
    Good catch, i will add that to the master list.
    mbrady wrote:
    I'm not sure if this is a CSS glitch or if it was planned this way (and this only applies to customized headers):

    When in "smugmug small" style, the style drop down and the Slideshow button are right-aligned with each other. But when you switch to regular "smugmug" style, the page width goes up, causing the Slideshow button to move over to the right, but the style dropdown (stylebar element) stays the same width and is therefore no longer aligned with the Slideshow button.

    I was able to fix it with
    .smugmug #stylebar { width: 960px; }
    
    but I wanted to bring it up just in case this was not on purpose.

    Thanks,
    Matt
Sign In or Register to comment.