Security Template

HI, I’m using your security template for the base of my application and it’s working great on desktop, but on mobile, it doesn’t render properly. If I resize my browser on desktop, it behaves properly too. While I’m inside my network, it actually does work on mobile (using my subnet ip address) but using url on my Galaxy s8 it doesn’t. The site is www.abellavida.com. You can see details here on stackoverflow. I used the index template as my base, inserted data from my application data inside a “{% block content %}” section. I’m hosting with a Python Flask application/Linux(Ubuntu) server as the host machine. I did modify the css a bit when it wouldn’t work, to try and get the screen size to be recognized. Added:
@media (min-width: 286px) {
.container {
max-width: 286px;
}
}

@media (min-width: 320px) {
.container {
max-width: 320px;
}
}

Not sure what else I might need to do. I can upload the HTML and css files later if I need to.

Thanks,
JC

Hey there

What i can see right now is 404 error on style css, this means a style.css file is not used to render your page normally, definitely, you need to fix this,
also, please check our demo and let me know if you have the same problem