skip to Main Content

Shopify Script Editor: bad decimal operation

I have a line in Shopify's Ruby script editor that is generating the error: bad decimal operation (0 x 4) BOX_PERCENT = BOX_DISCOUNT / BOX_PRODUCTS BOX_DISCOUNT = 21000 BOX_PRODUCTS = 32100 both BOX_DISCOUNT and BOX_PRODUCTS are derived from Shopify script…

VIEW QUESTION

Fill screen with div – Shopify

How can I get my site to look like this? Where the first section fills the whole screen, then when you scroll down ANOTHER section fills the whole screen. https://pharmacy.cargo.site/ I tried doing a width/height 100%, but no luck. I…

VIEW QUESTION

Shopify Dawn Theme – Reduce Footer Size

I am creating my website and using the Dawn theme, from Shopify. I want to reduce the footer size, since it looks too height: (https://i.stack.imgur.com/2tHGT.png) I tried to use this code in section-footer.css, but didn't see any changes: @media screen…

VIEW QUESTION
Back To Top
Search