Hello I am having some trouble with the CSS on my site. One example would be globally enlarging the font size of any <p> text when viewed in mobile. I tried the following CSS:
@media (max-width: 768px) {
body, p {
font-size: 16px !important;
}
}
When placed in the custom.css file, or the Helix Template Global Custom CSS area, I get no change. It only works when placed directly in SPPB > Page> Section > Custom CSS area - but of course I cant do that continuously.
I have also had other issues with CSS in the custom.css file just not showing and I have had to place that code elsewhere. The problem being my css is scattered all over the place and I would prefer it centralized in the custom.css file.
Is it possible the custom.css file is not loading last? Am I missing something?
Thanks!
Matt