Tagged: logo
dear friends,
my website looks good in a desktop browser and on ipad, but on smartphones my logo is not at the center and very small.
Hey textbueroandremoch!
That is because of the type of your logo, which it might be beatiful but hard for responsive to be read.
What do you want as a solution:
1. Change the size of the logo
2. Change the logo for responsive
Let me know, and I will provide the correct solution
Cheers!
Basilis
solution 1, I think.
the logo should be much larger on smartphones. and centred.
sure, I also could use a special logo for smart phone displays. I’m a little desperate and sad, because everything was easy using enfold and now I don’t know what to do.
Hi!
I wanted to inspect your page but I’m getting a 500 Internal Error, could you check please?
Best regards,
Rikard
sorry, now you can check it.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo img {
margin: auto;
}}
Cheers!
Yigit
ok, done. on smartphones the logo is still slightly left from center.
with “auto” the browser calculates the margin, I understand that. but maybe I need to change something additionally?
and is it possible, that the logo is shown a little larger? double width?
I’m sorry, the website is online again!
Hi!
Please use this:
@media only screen and (max-width: 767px) {
.responsive #top .logo, .responsive #top .logo img {
height: 160px !important;
max-height: 160px !important;
}
.responsive #top .logo {
width: 100%;
}}
Cheers!
Ismael
ismael,
I used your advice and added margin: auto. now everything is just great! thank you all so much, rigit, basilis, rikard! great advice, great job!