Hallo,
I have a problem that my website is local mobile responsive and in production not.
Please, can you give me solutions for my problem?
BR,
Jusuf
Hallo,
I have a problem that my website is local mobile responsive and in production not.
Please, can you give me solutions for my problem?
BR,
Jusuf
Hey @Jusuf
Can you provide the URL for the site you are having issues with?
Sure, https://jusuf-topic.com
I see the following CSS which is the issue (when I disabled this rule, everything fit into the mobile screen.)
body {
min-width: 992px !important;
}
This is inside a <style>
in the <head>
of the page (after .<!-- Bootstrap CSS -->
)
Screenshot
Thank you so much My problem is fixed