How do I move only one of the H2 in the footer?

Topic summary

A user is attempting to align only the “Quick Links” heading to the right in their footer, but their current CSS implementation is also moving the “Stay Up To date” section.

Current Issue:

  • Both H2 elements in the footer are being affected by the text-align property
  • User needs to target only the Quick Links heading independently

Proposed Solution:
A respondent suggested adding custom CSS to the theme.liquid file before the </head> tag, though the specific CSS code wasn’t visible in the conversation.

Status: The discussion appears to be awaiting implementation or further clarification, as the exact CSS targeting method needs to be applied to isolate the Quick Links H2 element from other footer headings.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

I’ve been trying to do text-align to right only on the Quick Links, but it also moves the Stay Up To date sign to the right.

How do I move Quick Links seperately to the right?

Hi @LDLC_Shop

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!