Hey @newsendy_alc , There’s not enough space for the footer to be displayed in one row on a mobile. It has to be in a column.
Topic summary
A user reports display issues with the Dawn theme on mobile devices: the slideshow only shows the middle portion instead of the full image, and the footer changes from a horizontal row to a vertical column layout.
Proposed Solutions:
- Two community members provided CSS code fixes to address the slideshow display problem
- One solution involves adding code to the theme.liquid file below the
<head>tag - Another suggests adding CSS to the base.css file with specific media queries and object-fit properties
Current Status:
- The slideshow issue has been resolved using the provided CSS code
- The footer column layout remains unresolved
- One responder explained that the footer displays in columns on mobile due to limited screen space, suggesting this may be intentional responsive behavior rather than a bug
The discussion includes screenshots showing the issues and code implementation, though the footer problem still requires a solution if the user wants it displayed differently.