Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #603999

    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

    #604007

    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

    #604020

    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?

    #604053

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.