Solved

Venture Theme Bug - Mobile

mxn
Tourist
11 1 4

Hello,

 

I have a bug which I cannot resolve in my online shop on the mobile version.

It is running with the Venture theme.

For some reason on the mobile, when you are at the top of the shop, you can scroll to the right and see a black column. Its not nice and its disturbing the whole shop.

Please visit www.octaneandoxygen.com on a mobile to see the issue.

Can someone please help me? I am very frustrated with this issue.

 

Regards,

Mehdi

Accepted Solution (1)

mxn
Tourist
11 1 4

This is an accepted solution.

Found a solution:

 

Adding this at the end of the file "theme.scss.liquid"

@media only screen and (max-width: 500px) {
#NotificationSuccess .notification__message span {
    white-space: normal;
}
}

 

View solution in original post

Reply 1 (1)

mxn
Tourist
11 1 4

This is an accepted solution.

Found a solution:

 

Adding this at the end of the file "theme.scss.liquid"

@media only screen and (max-width: 500px) {
#NotificationSuccess .notification__message span {
    white-space: normal;
}
}