Hell o
If I would like to change the menu location from being aligned with the logo to actually under the logo on the left, what page would I edit?
Hell o
If I would like to change the menu location from being aligned with the logo to actually under the logo on the left, what page would I edit?
Hi,
Add this on your custom.css
.main_menu {
position: relative;
-index: 100;
padding-bottom: 0;
float: left!important;
clear: both;
top: 0;
margin-left: -30px;
}
Regards,
Ismael
You must log in to post.