Menu Layout
AperturePlus
Registered Users Posts: 374 Major grins
How do I remove the space between my logo and the menu items?
There is no extra space in the graphic that is the logo.
Thanks
Clive
There is no extra space in the graphic that is the logo.
Thanks
Clive
0
Comments
http://help.smugmug.com
Thanks Doc
Holler if you want a screenshot.
Regards,
BG!
Ooh good point! I have a 1920 x 1080 monitor and didn't think of that.
Thanks BG - I have unpinned the left side.
Is it not possible to pin the upper part (logo and menu items) and have the lower part scrollable? Does SM allow such fine-tuning?
do the same wth the menu
#yui_3_8_0_1_1378660455525_618.vertical
you can play with
left :xxxpx ;
top:xxxpx;
/ɯoɔ˙ƃnɯƃnɯs˙ʇlɟsɐq//:dʇʇɥ
I am not sure where to put the code. The menu block and logo are set at Entire Site.
you could also use theme / advanced / edit
but i think its better to put just theme-related stuff there
/ɯoɔ˙ƃnɯƃnɯs˙ʇlɟsɐq//:dʇʇɥ
My knowledge of css is limited to none existent! Do you mean that these two codes will lock the logo and menu item in place?
I tried the following on the entire site:
#yui_3_8_0_1_1378659199122_623.sm-page-widget-logo-img
#yui_3_8_0_1_1378660455525_618.vertical{ position:fixed; left:10px; }
I was not sure how they would both be put up together. Would this be right (it didn't seem to make a difference on the page)
I also tried it from the theme/advanced section, but I think that my code above is not right?
#yui_3_8_0_1_1378659199122_623.sm-page-widget-logo-img{
position:fixed;
left:10px;
}
#yui_3_8_0_1_1378660455525_618.vertical{
position:fixed;
left:10px;
}
if that dont work , try ;
.sm-page-widget-logo-img{
position:fixed;
left:10px;
}
.sm-page-widget.sm-page-widget-nav.sm-page-widget-841695{
position:fixed;
left:10px;
top: 200px;
}
/ɯoɔ˙ƃnɯƃnɯs˙ʇlɟsɐq//:dʇʇɥ
I put the code in like this:
#yui_3_8_0_1_1378659199122_623.sm-page-widget-logo-img{
position:fixed;
left:10px;
}
#yui_3_8_0_1_1378660455525_618.vertical{
position:fixed;
left:10px;
}
Thanks for the help
/ɯoɔ˙ƃnɯƃnɯs˙ʇlɟsɐq//:dʇʇɥ