Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #471644
    #471648

    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

    #471669

    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.

    #471977

    Hi!

    I wanted to inspect your page but I’m getting a 500 Internal Error, could you check please?

    Best regards,
    Rikard

    #472210

    sorry, now you can check it.

    #472226

    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

    #472252

    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?

    #472967

    I’m sorry, the website is online again!

    #473651

    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

    #474460

    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!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘logo problems smart phones’ is closed to new replies.