A user seeks to align footer padding with header elements in the Dawn theme, specifically matching the footer menu text with the “HOME” header text position.
Initial Solution:
A CSS code snippet was provided to add left padding (1.2rem) to footer menu items for desktop view
The code targets .footer-block__details-content .list__menu-item.list__menu-item .list__menu-item__link within a media query for screens with minimum width of 750px
This successfully resolved the desktop alignment issue
Outstanding Mobile View Requirements:
The user now needs mobile-specific adjustments:
Footer menu left-aligned with hamburger menu start
“JOIN US DOWN MEMORY LANE” heading aligned with hamburger menu
Email input box width extended to align with hamburger menu start and shopping cart
Social media icons aligned with hamburger menu start
Images were shared showing the desired mobile layout. The discussion remains open, awaiting mobile-specific CSS solutions.
Summarized with AI on November 25.
AI used: claude-sonnet-4-5-20250929.
Hi - I would like to add padding to the left side of my footer so its in line with my header wording (“HOME”) or is there any other way to get my footer menu wording (left only) to be in line with the header? Please see below