Hello,
I used Photography Portfolio demo to build this site http://luxadventures.com/
because as you can see the logo is vertical not horizontal.
I would really like to shrink up the space the logo takes up…it seems a bit large.
Is there a way to do this through editing the theme functions?
Thanks
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar .logo {
padding: 100px;
}
Best regards,
Yigit
Thank you, but i think I may have asked the question wrong.
I’m basically trying to move the navigation menu higher on the page so there is
not so much white space between it and the logo.
When I placed in css it made the area smaller but also shrunk the logo which I should have phrased differently.
Is there any way to just make the logo box smaller without shrink the logo with it?
Hi!
Your best option may be to make the logo bigger by adding the following CSS which is similar to the one given above:
.html_header_sidebar .logo {
padding: 10px;
}
This will allow the white spaces to be filled. So feel free to reduce or increase the number. If you raise the navigation menu higher without shrinking the logo then it will be cut off.
Cheers!
Jordan