Re: Can't adjust left and right padding (width) of custom liquid form?

Can't adjust left and right padding (width) of custom liquid form?

lemonribbon
Shopify Partner
2 0 0

Any help - greatly appreciated. I'm trying to fix the width of the background colour of this login form and I just can't figure out why it won't change? This is the page: https://lemonribbonstudio.com/account/login

I have a template page called: 'customers/login.json' and it has a liquid form called: 'login-form.liquid'

I've tried adding left and right padding to the code in both places and also adding a width amount to the section wrapper in the liquid form. Nothing seems to work? Can anyone suggest what I'm missing? Thanks in advance.

 

 

Replies 2 (2)

Sohan2198
Pathfinder
126 9 20
Please explain what you want 
try this
 

 

div#shopify-section-template--21682001510692__main {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

 

 

Best regards

Sohan

Shopify_
lemonribbon
Shopify Partner
2 0 0

Thanks @Sohan2198, will see if that works.