Hi all,
how can I remove the JOYN LOGO on the top-left homepage, I want to put our LOGO.
And how can I remove the “Style Switcher” on the left of the page?
Thanks for “logo options”,
How can I manage the dimension of the logo I inserted on the left of the home?
The correct image logo dimension is 1775×360 pixel.
My intention is to make the logo bigger than you see now. http://webapp.janegoodall-italia.org/
Thanks, Kyle,
I’ve added to css… and now I can manage the dimension of it in some way? If yes how?
To test it, I put even:
.full-center #logo {
max-width: 100%;
}
but the logo remains the same size.
the 55% value of the css rule that Kyle providef it will be the maximum width of the logo. You can only decrease that value.
What exactly are you trying to achieve so we can check if there is another solution for it?
ok thanks,
I try to explain better my target.
The real dimension of the logo image is 1775×360 pixel.
I uploaded from my pc, but on the webpage it results very small.
My intention is proves image logo bigger than you see now.
As usual, thanks both…
by mistake, my fault, I had 2 dot before your css code:
..full-center #logo {
max-width: 55%;
}
And the logo did not change as a magnitude.
Hi, I put NOT RESOLVED just to ask another question related logo,
in practice, how can I use 2 different sizes for the logo? BIG one for home, the current one is perfect, and a smaller one for all the other pages?