Change width of Footer Blocks to accomadate brand description

Topic summary

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:

  • The exact CSS/HTML needed (e.g., layout rules, width settings, responsive handling).
  • How the theme’s existing footer structure accommodates a brand description.

Next step: Provide the actual code snippet or detailed CSS guidance to implement the one-line footer layout.

Summarized with AI on January 12. AI used: gpt-5.

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