Mobile version cutting a piece of page title

As the title suggests… On desktop it looks fine, but when you enter the store from phone, the page title cannot be read because it’s being cut. View image below. Can you please help?
url: www.crueltyfreebabe.com

@Sandra45MJ

  1. Go to Online Store->Theme-> Edit code

  2. Asset->/ theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 749px) {
.main-content {padding-top: 80px !important;}
}

Thanks!

Were you able to get this fixed I’m having the same problem

@Superfibit

Please add css class

@Sandra45MJ

Please share your store url!

Thanks!

https://thearcadestudio.com/products/arcade-cabinet-custom-full-size-retro-style-4-player

I tried adding the css but nothing changed

@Superfibit

Please add css class i will check

Thanks!

Thanks it works perfectly :slightly_smiling_face:

Hey yes, the code worked for me. Good luck