Hi, currently to get to the ‘Refer a Friend’ form on our site, the user has to scroll down in the section. Is there a way to extend the height of the section so the form is visible without scrolling?
Thanks for your question.
Can you share with me the URL of the page has form to check on it for you?
Thank you.
Hi @TheGiftOfOil ,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
.homepage-section--friend-referal iframe#refcandy-candyjar {
height: 900px !important;
}
These are two links to the page. One from the shopify editor and one from the normal site
Thanks for sharing. You can follow the instruction to resolve the issue:
-
Go to Shopify > Theme > Edit code > Navigate to theme.css file.
-
Find the code line " height: 216 !important; " > then delete it. Screenshot
I hope it helps
