See how the copyright text is a line below payment icons? anyway to align it all in one line?
Topic summary
Goal: Align payment icons on the same line as the copyright text in the Dawn theme footer and position icons on the right.
What was tried:
- CSS added to section-footer.css (via Admin → Theme → Edit code → assets) using a media query (min-width: 750px) to reverse order and space items in .footer__content-bottom .footer__column–info with flex-direction: row-reverse and justify-content: space-between. This moved the payment icons to the right.
- A suggestion to add code in theme.liquid was made, but the provided snippet content appears missing/unspecified, so its effect is unclear.
Current status/outcome:
- Icons are now right-aligned but still appear on a separate line above the copyright text. The desired single-line alignment hasn’t been achieved.
- A request was made for the store URL to diagnose layout specifics.
Key details/terms:
- Dawn theme; edits in section-footer.css and theme.liquid; use of CSS Flexbox and media queries.
- Screenshots shared are central to understanding the vertical misalignment.
Resolution: Not resolved; further CSS/markup adjustments pending after reviewing the store’s layout.
