Mobile version cut off but desktop looks ok

Hello,

The emails in the contact us section look good on desktop but are cut-off on the mobile version as seen below.

URL https://yellowstonenaturalnutrition.com/

Thank you,

@YNN

Sorry you are facing this issue, it would be my pleasure to help you.

  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) {
.site-footer__rte a {word-break: break-all;}
}
1 Like