Top Bar Logo size

Home Forums Pro Support Top Bar Logo size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #66944
    Jay WarrenJay Warren
    Participant

    Me Again!

    I’m trying to get the top bar logo larger on a desktop. It currently looks great on my phone but if I make it any bigger then it clashed with the burger. Also, is there an easy way to change the left-hand margin on the same logo?
    The site I’m working on is https://sharkfin-dev.co.uk/056/

    Thanks Again!
    Jay

    #66950
    Jay WarrenJay Warren
    Participant

    I’ve reduced the bar size and am actually happy with the logo size now. I still need to move the left padding though.
    One other question. How do I make the top level of the submenu clickable? On the above test site, it is the ‘HOME’ text button.

    #66949
    Jay WarrenJay Warren
    Participant

    The final question of the day 🙂 if you open the menu, the white left edge of the menu logo gets lost as it’s white against white. Can a border be added to this?

    #66948
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Jay,

    What part of your logo are you talking about as I only see grey in the logo and not white.

    You can add a border using the below Custom CSS if you want:

    #responsive-menu-pro-header #responsive-menu-pro-header-bar-logo img {
    	margin-top: 0px;
    	border: 1px solid black;
    }

    Please let me know

    Peter

    #66947
    Jay WarrenJay Warren
    Participant

    Hi Peter,
    I’m talking about the side menu once opened. The left-hand white edge is the same colour as the top menu so it blends into one. I’m looking to add an edge so it stands out.

    #66946
    Jay WarrenJay Warren
    Participant

    I’m playing around with the look of the sidebar so the logo may not be there next time you look. My biggest issue right now is making home clickable on the menu.

    #66945
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Jay,

    So you just want a left border on the menu container itself? If so the below is all you need:

    #responsive-menu-pro-container {
       border-left: 1px solid red;
    }

    All the best

    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Top Bar Logo size’ is closed to new replies.