Hi all.
I would like to know how to change the position of the logo to left not into the container but in the screen. Same for the nav on the right.
Thanks.
roberto
Hi Robero,
If i understood you correctly, you should choose this setting in Enfold theme options. Layout will be larger.
If this is not what you were asking, please send us a screenshot showing what changes you would like to do.
Regards,
Yigit
Hi.
I’m sorry you do not understood correctly. I would like both elements align to left and right edge of the browser window.
Two screenshot Before (where logo and nav is located now) and After (where I would like to have them).
Thanks.
Hi Roberto,
Add the following code to the Quick CSS section or to the custom.css file:
.container_wrap_logo .container{
width: 100%;
}
.container_wrap_logo .logo{
left: 20px;
}
.container_wrap_logo .main_menu{
right: 20px;
}
Regards,
Josue
Thanks dude.