Theme4Press › Forums › alora › Changing Location of Main Menu › Reply To: Changing Location of Main Menu
#19119
|
Hi Denver,
Thanks for writing in, if you wish to get the menu start from right under the word “Lateral”, so you can try adding the following code under Appearance > Theme Options > custom CSS:
1 2 3 4 5 6 7 8 |
.header-v5 #nav > ul { margin-left: 228px; } #nav ul > li > a { padding: 0 15px !important; } |
Hope this helps!
Thanks.