Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘Logo Size’ is closed to new replies.
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
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.
Hi!
You can add this on your custom.css or Quick CSS:
.logo img {
height: 80px;
}
Best regards,
Ismael
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.
Hey,
You can use this:
.logo, .logo a {
margin-top: 10px;
}
Adjust the top margin.
Cheers,
Ismael
BRILL, perfect, thank you for the help
Glad its working for you now :)
Regards,
Josue