A store owner wants to display two blocks side-by-side on mobile instead of the default single-column layout in the Alchemy theme.
Solution Provided:
Add custom CSS to styles.css targeting mobile viewports (max-width: 767px)
The code makes the container use flexbox display and sets image blocks to 50% width
This creates a two-column grid on mobile devices
Follow-up Issue:
After implementing the initial fix, the store owner requested help positioning the feature links (blue boxes) centered below each image.
Additional CSS:
Multiple contributors provided supplementary code snippets to:
Adjust font sizes for overlay blocks on smaller screens
Fine-tune padding and positioning of feature links
Ensure proper display at various mobile breakpoints (575px, 767px)
The issue was marked as resolved with the combined CSS solutions successfully achieving the desired mobile layout.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
Thanks for your swift reply. It worked see print screen. How can I make sure that the links are displayed lower inside the center of the blue box below each image?