Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23104
    #118553

    I think I found a way to show you:

    https://www.dropbox.com/sh/1dbmr0d544vkd4n/s3O8mK6vxG

    as my logo is something written, I want it bigger so people can read it “at first sight” when they will go on the site.

    Regards,

    Chrys

    #118554

    Hi,

    What code did you use to increase the size of the log?

    This is what I did, I uploaded a fairly large logo 300x200px then I add this on my custom.css

    .logo a {
    height: 200px;
    }

    .logo {
    width: 300px;
    height: 200px;
    }

    .fixed_header #header {
    position: fixed;
    height: 200px;
    }

    #header_main {
    border: none;
    }

    Adjust the width height depending on your logo. I’m not sure if you will like how it looks when you scroll down.

    Regards,

    Ismael

    #118555

    Hi,

    You’re right, I don’t like it :-(

    As you can see on the picture, ok I could increase the size logo but the space where the logo is contained has also increase so it goes on my slider.

    The header size was perfect at the begining and the fact it reduces when scrolling down, I love it and want to keep it. I just want to increase a little bit the size of my logo.

    What can we do?

    Kind regards,

    chrys

    #118556
    #118557

    Hi,

    Did you adjust the width and height according to the logo size?

    Regards,

    Ismael

    #118558

    Hi!

    I’ve managed something else and tried another design for my logo. It was less complicated this way and I’m pleased with it.

    AnywayI keep in mind that code which could be very useful in the future.

    We can consider this thread as resolved. Thanks!

    Kind regards

    #118559

    Hey,

    Glad it is working now.

    Regards,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘increase size logo but compatible with small fixed header?’ is closed to new replies.