Increasing logo size
- The topic ‘Increasing logo size’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
is it possible to increase logo size in DailyMag? I tried some CSS, such as
.site-logo{
max-height: 700px;
width: auto;
}
but none of them worked.
The website is https://adestramentobrasil.com/
Thanks
The blog I need help with is: (visible only to logged in users)
While I would make the recommendation that you don’t set your logo to 700px tall for this design, I am happy to help with the method to change it’s size.
It should work with this code:
@media only screen and (min-width: 64.063em) {
.site-logo {
max-height: 250px;
}
}
.site-logo img {
max-height: 250px;
}
Thank you for quick answer. I tried but logo kept the same size
Sorry, I got it. It wasn’t showing at preview
Hello again,
How do I use the image on all head, covering all space? I have an image comprising logo and website name, but I coudn’t add it in the right size.
Thank you very very much
I don’t understand the question.
Sorry.
I’m trying to use an image as a header covering all space, instead of having just the website’s name and logo. In this case, what should be the image size, to use it as a header?
Thanks