Hi,
Here's the link to my site - http://www.calgaryinnercityhome.com/main. Is there a way to get rid of the space between bottom of the logo and the top of the dotted ruler?
Thanks!
Lav
Hi,
Here's the link to my site - http://www.calgaryinnercityhome.com/main. Is there a way to get rid of the space between bottom of the logo and the top of the dotted ruler?
Thanks!
Lav
Hi Lav,
Try to add this code in your Quick CSS or custom.css:
div .logo {
min-height: 150px;
}
or
div .logo {
min-height: 150px !important;
}
Hope this helps.
Regards,
Ismael
it worked - thanks!
This topic has been closed to new replies.