Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1348460
    oldOtter
    Participant

    I am trying to add padding around the password form:
    https://www.supersprings.com/learn-more/superschool/

    I am trying to add

    .page-id-5023270956 form {
    padding: 5%;
    }

    to my css, but it is not working. Is the page id wrong?

    Thanks,
    TJ

    #1348609
    Prasant Rai
    Moderator

    Hello TJ,

    Thanks for writing in!

    Page id is correct, no issues with that. However please try following code and let us know how it goes:

    .page-id-5023270956 form {
    padding: 5% !important;
    }

    Thanks.

    #1349034
    oldOtter
    Participant

    I cannot figure it out, tried this and still nothing. I use this same code for another password page and it works fine. In style.css I have

    .page-id-101784 form {
    padding: 5%;
    }

    .page-id-5023270956 form {
    padding: 5% !important;
    }

    101784 works great (https://www.supersprings.com/learn-more/resources/) – can’t figure out why 5023270956 does not.

    Thanks for the help,
    TJM

    #1349317
    Christopher
    Moderator

    Hi there,

    The code should work correctly. Please clear cache and check again. If you need further assist, provide us with login credentials.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1348460 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>