Solution for this topic
Hi Synobol,
Thank you for your question.
Please try clearing and temporarily deactivating the autoptimize Cache that you are using on your website.
Make sure that you are using below the latest version of the theme.
Please login to access this file
Also, please add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 700px){
.sh-header-mobile .container {
max-width: 90%!important;
}
}
Best regards,
Shufflehound team