Tagged: logo
Hi,
First of all, GREAT THEME! LOVE IT!
I want to have the logo all the way to the left of the screen and the navigation to the right of the screen, i noticed that the logo and nav were placed in the main content container. Do i have to make a custom container and replace it with the current container?
Here is a screenshot from what i’m trying to do.
http://www.uncloudedstudio.com/logo-left.png
Hi Diederik!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu, div .logo { position: fixed; }
Best regards,
Yigit
Hi Yigit,
Great, thank you for the quick reply!
Best regards
Diederik
And how do i remove the whitespace around the logo?
Hey!
Please add following code to Quick CSS as well
.logo img { padding: 0; }
Cheers!
Yigit
Thanks, YOU ROCK!