• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 02.04.19, 13:02
  • Opened by: Pavel Ustinov
  • Closed by: Marek
  • Closed on: 01.05.19, 15:52
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14150 - AMP logo

What doing this code?

<i-amphtml-sizer style="padding-top: 93.3333%;"></i-amphtml-sizer>

My logo is incorrect with this code.

Comments

Marek 02 Apr 2019, 13:15

Please give me a link to your store

Pavel Ustinov 02 Apr 2019, 13:20
Marek 02 Apr 2019, 13:26

Open the file /modules/pk_amp/views/css/global.css
find the code

.main-logo amp-img {
 max-width:150px
}

change it to

.main-logo amp-img {
 max-width:75px
}