[Resolved] Logo on top left of my vertical menu

Home Forums Support [Resolved] Logo on top left of my vertical menu

Home Forums Support Logo on top left of my vertical menu

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #677466
    Silver

    Hi,

    How can I display my site logo on top left of my vertical menu?

    #677504
    Silver

    I figured out that by selecting either Sticky+Static or Static my logo appears. But I can’t resize it. I tried all the custom CSS I can find here but to no avail. Help?

    #677540
    David
    Staff
    Customer Support

    Thats correct, it needs to be assigned to the navigation for it to appear there. Try this CSS:

    .gen-sidebar-nav .main-navigation .navigation-logo img {
        width: 100px;
    }
    #677660
    Silver

    David,

    Still the logo doesn’t resize. Nothing is happening.

    #677666
    David
    Staff
    Customer Support

    Can you add the CSS i gave you to the site. So i can see why it isnt working.

    #677678
    Silver

    Done, please check.

    #677711
    David
    Staff
    Customer Support

    Hi there,

    you have the code inside a media query. Can you place the code outside of this.

    #677735
    Silver

    Oops, I didn’t realize that. Thanks.

    Is there any way that I can move it to the corner top left? There is a lot of padding around it. I can’t remove the padding using

    padding: 0;

    I want it to be aligned with the search bar at the top.

    #677747
    David
    Staff
    Customer Support

    No problem.
    Ok so lets give this CSS a go:

    .separate-containers .inside-left-sidebar {
        margin-top: 0;
    }
    #left-sidebar .gen-sidebar-nav .main-navigation .navigation-logo {
        margin: 10px 0 30px !important;
    }
    #677762
    Silver

    David, that worked perfectly.

    Thanks!

    #677763
    David
    Staff
    Customer Support

    Awesome. Glad yo be of help.

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