Hey!
I am trying to set the maximum container width for a specific page and found your reply in the following topic:
https://kriesi.at/support/topic/maximum-container-width-for-specific-page/
Therefore, I have used the following quick CSS:
.page-id-1642 .container {
max-width: 90%;
}:
I have looked up the page ID (Like you illustrated) and used it in this example, but somehow nothing changes.
Hi Thekoenski!
Please try adding !important rule as following
.page-id-1642 .container {
max-width: 30%!important;
}
Cheers!
Yigit
Thanks Yigit, to what address can I send the flowers?
And it bothers me that my computer thought somehow this wasn’t important:(