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

    hi,

    Are you able to tell me what the custom code is to make the logo at the top bigger?

    or do you need to log into the site and have a look?

    thanks

    olly

    #140672

    Hi Olly,

    Can you post the link to your website please?

    Regards,

    Yigit

    #140673

    hi Yigit

    here is the site…

    http://www.shireschiropracticclinic.co.uk/

    Basically i want to make the logo bigger to fill a bit of space to the right of it and below it, im not talking much but just to fill the space a bit better.

    #140674

    Hi!

    You can add this on your custom.css or Quick CSS:

    .logo img {
    height: 80px;
    }

    Best regards,

    Ismael

    #140675

    cool that worked perfectly, i tried adding padding in to drop the logo down from the top but it made the logo go really small. Would you have any ideas on how i could drop it down a little bit, just so the line in the logo is in the middle of Home.

    #140676

    Hey,

    You can use this:

    .logo, .logo a {
    margin-top: 10px;
    }

    Adjust the top margin.

    Cheers,

    Ismael

    #162341

    BRILL, perfect, thank you for the help

    #162348

    Glad its working for you now :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo Size’ is closed to new replies.