Add top and bottom padding to log in and forgot your password pages

Hi guys,

How can I add padding to the top and bottom of the log in and forgot your password pages so that the footer is at the bottom of the pages? Website: vossani.com

Hi @flammagreg

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hi @flammagreg ,

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find custom.css file

Step 2: Insert below code at the end file and Save them

.register-page, .login-page {
    padding: 10% 0 30px 0;
}