• Hi, I would like to know how I can make this left sidebar automatically hide on the PC (desktop) so that it shows a show or hide button.

    And I would also like to make this bar become a button menu (hamburger) when viewed on mobile. (As well as the top (primary) menu)

    I know it’s complicated, but can you help me?

    CODES FOR LEFT MENU (Secundary) (Style.css)

    /* Secondary */
    
    #secondary {
    	background-color: #000;
    	border-top: 1px solid #000;
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    	clear: both;
    	color: rgba(255, 255, 255, 0.7);
    	margin-top: -1px;
    	padding: 0 10px;
    	position: relative;
    	z-index: 2;
    }

    (I don’t know if this is where I should edit)

    The page I need help with: [log in to see the link]

  • The topic ‘[Q] Sidebar (left) Hamburguer Menu Transform in Mobile’ is closed to new replies.