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

    Hello,

    I want my logo to be higher than the header which I’ve set at 65px. So now there’s a max-heigt: 65px when I look in the code directly on the page.
    I’ve already tried

    .logo a {
    max-height: 300px !important;
    }

    and some other Quick CSS but unfortunaltely they’re not working.
    Is there any posibility to get the logo higher than the header?
    Picture of the problem

    Thanks in advance.
    Regards!

    #632370

    hi @ping-pong;
    I’ve tested twice to have a bigger logo, feel free to check and use the css file :
    Left side bar logo : http://kebox.pro/

    .html_header_sidebar .logo{padding: 0px !important;width: 110% !important;}
    
    

    Header logo : http://restaurantfaubourg.fr/

    .responsive .logo {display: block !important}
    .logo, .logo a{overflow: visible !important;}
    .logo img {height: 170%; max-height: 260px !important;}
    • This reply was modified 8 years, 5 months ago by begrafiks.
    #632517

    Hi begrafiks,
    The code for header logo works perfectly fine! Thank you very much!
    The other one I haven’t tested because I don’t need it.
    Regards.

    #632581

    Hey!

    Please do let us know if we can do anything else for you, we would be more than happy to assist.

    Best regards,
    Basilis

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