Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Logo Distortion #137343
    johnpayne
    Member
    Post count: 2

    I am having the same issue, there’s some code which sets the height to 70px, when the screen size is reduced to mobile it keeps the logo at 70px high but reduces the width?

    #logo img { height: 70px; } when the logo is 174px wide this is OK.

    However it brings in:

    @media (max-width: 980px)
    img.standard {
    width: 100px!important;
    padding-top: 10px;
    }

    But the “height: 70px;” stays, distorting the logo.

    John

    in reply to: Update from 1.6.7 to 1.7 (iPad Header) #71875
    johnpayne
    Member
    Post count: 2

    Uploaded old css files and header, hidden some bits that were left over via custom.css, bits that were not essential and didn’t work after uploads. Seems to be OK.

    Not sure why the header was changed so much though? It’s much easier (for my site anyway) to not have a mobile version header until a mobile.

    John

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