Home › Forums › Support › Left Sidebar Menu This topic has 8 replies, 3 voices, and was last updated 6 years, 1 month ago by Leo. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts October 24, 2017 at 9:42 pm #409594 Richard Hi, i have some issue with left sidebar menu. 1) When at the top of the page, logo will disappear after scrolling down it appear. How can i set logo to sticky as well? 2) How to set the left sidebar Menu to screen size height, so the website can only scroll on the right side which is the content. Appreciate your help as have been trying alot of ways but unable to get it done. October 24, 2017 at 11:22 pm #409627 TomLead Developer Lead Developer Hi there, 1. In Customize > Layout > Primary Navigation, set the Navigation Logo Placement to: Sticky + Static 2. Try this: #left-sidebar { height: 100vh; background-color: #222; } Make the background color match whatever you have set as your navigation background color. Hope this helps 🙂 October 26, 2017 at 8:30 pm #411029 Richard Hi Tom, Thanks and it work amazingly for 1). Had tried 2). but it still unable to stretch 100% #left-sidebar { height: 100vh; background-color: #222; } October 26, 2017 at 8:43 pm #411031 Richard Hi Tom, Manage to solve the 2) by adjusting the menu height. May also check if is possible to resize the left sidebar image size smaller? Thanks ! Best Regards, Richard October 26, 2017 at 10:38 pm #411057 TomLead Developer Lead Developer Give this a shot: .gen-sidebar-nav .main-navigation .navigation-logo img { max-width: 200px; } October 26, 2017 at 11:23 pm #411074 Richard Hi Tom, Thanks and you have been great help ! Another thing am unable to figure out is CSS opacity: #left-sidebar { height: 100vh; background-color: #222; opacity: 0.5; Because with above CSS, it also opacity for left sidebar image and text. How can i opacity just on background ? Thanks alot ! October 27, 2017 at 8:10 am #411386 LeoStaff Customer Support Hi Richard, Try applying opacity to the background color instead of the entire left sidebar: background-color: rgba(86,86,86,0.42); October 27, 2017 at 9:51 am #411457 Richard Hi Leo, Thanks alot ! October 27, 2017 at 12:45 pm #411547 LeoStaff Customer Support No problem! Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In