Hi
I want to change the width of the footer blocks so that I can have the brand information as well.
All the footer blocks + brand information should be in one single line.
My shop is https://clovily.com/
Any help would be much appreciated.
Main request: Adjust Shopify footer block widths so all footer sections plus the brand description display on a single line on clovily.com.
Latest update: A reply suggested adding custom code in the theme.liquid file before the closing tag (Online Store > Themes > Edit code). The referenced code snippet is missing, so no concrete implementation was provided.
Key context: theme.liquid is the theme’s main layout file; placing CSS there affects site-wide styling. Achieving a single-line footer likely requires CSS changes to the footer container and blocks.
Status: Unresolved/ongoing. No verified solution or confirmation from the store owner.
Open items:
Next step: Provide the actual code snippet or detailed CSS guidance to implement the one-line footer layout.
Hi
I want to change the width of the footer blocks so that I can have the brand information as well.
All the footer blocks + brand information should be in one single line.
My shop is https://clovily.com/
Any help would be much appreciated.
Hi @Clovily
You can do that by adding this code to your theme.liquid file before tag in Online store > Themes > Edit code