Okay
  Public Ticket #3386248
Padding for Pop Up forms
Closed

Comments

  •  5
    mtbaileyproductions started the conversation

    Hi, so sorry but I think we are coming close to finishing up on CSS requests. For this question, I am trying to determine if we can put padding on pop up/sign up forms. On this page poudreheritage.org/cache pass the top gets cut off when it's expanded and no matter if I zoom in or out it gets covered up by the navigation header. Thank you for any help. 

    Attached files:  popup.png

  •  2,958
    Andrew replied

    Hey again,

    Thank you for getting back to us, we're always glad to help.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .swal2-container .bwcartModal__iframe {
        padding-top: 5vw !important;
    }
    

    Thanks,