Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #724904

    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.

    • This topic was modified 7 years, 11 months ago by Thekoenski.
    #724906

    Hi Thekoenski!

    Please try adding !important rule as following

    .page-id-1642 .container {
        max-width: 30%!important;
    }

    Cheers!
    Yigit

    #724918

    Thanks Yigit, to what address can I send the flowers?

    #724919

    And it bothers me that my computer thought somehow this wasn’t important:(

    #724930

    Hey!

    Glad it worked! We are always happy to help :)
    Let us know if you have any other questions or issues!

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Set maximum container width for specific page’ is closed to new replies.