Hello Beauty Home Optin Widget

QuestionsCategory: CustomizationHello Beauty Home Optin Widget
Valerie Ott asked 5 years ago

I recently added the Home Optin widget to my Hello Beauty theme and I like it, but I don\’t love it because it\’s too wide. It\’s like the margins are set wrong. Is there anyway to set it so it looks \”thinner\”. 
You can see it at http://www.valerieott.com and I have used the text widget with the code provided on the support page inside the text widget.

1 Answers
Jennifer Staff answered 5 years ago

On line 66 in your style front sheet is the Home Optin.  You will see
 
padding: 80px 30px !important;
 
The first 80px number is the top and bottom space.  You can adjust that to any height to get the size you would like.  To shrink the space between the button and wording, delete the <br> that is above the button code.  Let me know if you need any help.