Theme Customize

I’m using a section at the bottom of the page, but the divider only appears halfway. I’d like it to span the full width—how can I fix that?

Hi @tracy_xoxo

Could you share the link to the page so I can check?

Hi Dan here is the LINK

I need the frontend page link.

Hi Dan, Here is the LINK

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

#shopify-section-template--24374727508283__empty_space_4xfWbc {   
    grid-area: 4 / 1 / 4 / 4;
}

Hi Dan, it said “Correct the errors to save your custom CSS.” when i applied your code. It did have full divider but i cannot save it

So please add below to theme.liquid file


It works, thank you so much!