Okay
  Public Ticket #1446422
Password Protected Page
Closed

Comments

  • brewerben started the conversation

    I need to add a bit of padding to the top of this password protected page. everything runs at the very top of the page. How do I go about doing that?

  •  2,744
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Can you please send us a link to this page so we can be able to check it out?

    Regards

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    form.post-password-form {
        margin-top: 20% !important;
    }

    Thanks


    ThemeNectar Support Team