stylebar width - bug or not?
mbrady
Registered Users Posts: 321 Major grins
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
Thanks,
Matt
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
0
Comments