Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, @emaster7
    Is the problem resolved? Also, if there was the issue, was it from the theme or the code you’ve added? Please let me know so that we can check and fix it in the theme also if there’s any issue.

    Thanks.

    Thread Starter emaster7

    (@emaster7)

    Hello,

    Thank you for your follow-up. I’ve succeed to solve problem, but it was rather tricky.

    As I understand Iphone browser and older Chrome browser both have same problem with flex containers, so I was forced to disable it for logo image. Here is my changes in style.css:

    .site-branding {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }

    .site-branding .custom-logo-link {
    margin-right: 20px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    }

    Now it seem to work ok.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Logo is vertically streching (on iphone browser)’ is closed to new replies.