I want to use a custom css, only on that page.
Which I did by adding the follwowing css to the page ( as written above: )
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: 2500px !important;
}
}
BUT the css is not loaded when the page is opened as you can see here : https://188.245.194.129/index.php/vereine/radwege-luedersdorf
Here is a screenshot of the custum css:
https://www.dropbox.com/scl/fi/rwpjawy1wtnoespnyhovh/custom_css.png?rlkey=e0to3mmvf4kbarsw7g6l9jbsj&st=ziom1dg0&dl=0
You can see that the css is not applied:
https://www.dropbox.com/scl/fi/lhepbt89s6tardwb32iy7/not-applied.png?rlkey=vytv5mv2358xlhgbngs86aslg&st=in59heem&dl=0
So my issue is not alone with that specific page.
The issue is that in general for all articles that are created with SPPageBuilder the custom css for the site is not loaded.
So please dont suggest a fix that is only for that page like before.
I dont want to convert this page into an SP Page - I need it as an article, I dont want the css in the global css, I need a custom css only valid for that page, and I need it propperly loaded when accessed directly through the menu