Home › Forums › Theme support › astra-multipurpose-corporate-theme › Reply To: astra-multipurpose-corporate-theme
Ok, so you need the menu below the logo as a block element right? With full-width? If yes, you can add this code to WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#navleft {
clear: both;
position: relative;
text-align: left;
height: 50px;
}