Adjust Mobile Phone Image Size on Password Page (Dawn Theme)

I have a store opening soon and i have a Rotating “S” Logo (gif) for my password page. Now if you open it on a computer it looks fine for the moment, when i open it on the Phone the Picture looks totally different, even tough I’ve already added the code for the mobile image it is still not looking the way i want it to.

check on skepticclo.com on mobile to see

you can see how the PC layout is correct but the one for mobile is not..

PLSS HELP

Hi @Denis20 ,

This is David at SalesHunterThemes.

Thank you for your question.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → base.css file.

Add this following code at the bottom of page.

@media screen and (max-width: 749px) {
  #Banner-template--15898967539769__c68fd13a-f79c-4d73-9031-6e68eccde2aa .banner__media + .banner__media {
    height: 70vh;
  }
}

Hope this can help.

David | SalesHunterThemes team