Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #756922

    hi, i want know if this code it’s possible do for post.

    this is the original css code:

    .page-id-454 .main_color .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    it’s possible do this code for posts? like that:

    .post-id-333 .main_color .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    thanks

    #757539

    Hey Pas7o,

    Yes that should be possible, you only need to change the post-id class to target the post in question.

    Best regards,
    Rikard

    #757584

    ok thanks

    #757598

    Hi!

    Happy we can help.
    Please feel free to create a new ticket, if there is anything else we can do for you.
    THanks a lot

    Cheers!
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘the same page code for posts’ is closed to new replies.