Error with Right Header in Mobile

I have a website with the header to the right (https://cigarsbyjorge.com/), on desktop if works fine, but on mobile there is a white space to the right, where the menu should be when open.
The solution I found was adding this custom css globally:

@media only screen and (max-width: 768px) {
  .x-bar-space-left {display: none;}
}

Please, take a look, the issue is still there on the stable version

Hi @mcostales84,

The issue has been already reported by my colleague to the issue tracker. But, the solution is not included in the recent version. I would suggest you use the solution given by my colleague in the reference thread on a similar topic or you can use the custom CSS code which worked for you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.