Right side of header bar not visibile on some mobile devices

Right side of header bar not visibile on some mobile devices

CustomizedChopp
Tourist
4 0 3

Hello, it has been pointed out that the right hand side of my header bar which includes Contact Us and Delivery  info, plus Customer Service details below that are not visible on some mobile devices (ok on ipad, not on iphone).  I use a customised Debut theme - can anyone help?

www.customizedchoppers.com

 

thanks

Moyra

Replies 3 (3)

yusufciml
New Member
6 0 0

Hi you can try this 

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

 

.announcement-bar--mobile{
display: none !important;
}

I will hope this will be helpful

CustomizedChopp
Tourist
4 0 3

Thank you for the reply but unfortunately it doesn't seem to have made a difference.

yusufciml
New Member
6 0 0

If this is not working will try different way .