Hi there!
On this site, in this section on mobile I’d like the icon and heading to be in line but can’t crack the code. pw is hello123
Thank you!
A user needed help aligning an icon and heading inline on mobile devices for a Shopify store section. They provided a screenshot showing the current layout and a preview link (password-protected).
Solution provided:
Outcome: The solution was successfully implemented and resolved the alignment issue.
Hi there!
On this site, in this section on mobile I’d like the icon and heading to be in line but can’t crack the code. pw is hello123
Thank you!
Hey @kirsten11123
The preview link which you shared is expired, can you share a new one?
Best,
Moeed
Hi @kirsten11123,
Please go to Customize > Theme settings > Custom CSS and add code:
@media only screen and (max-width: 749px) {
.section-columns .column__icon.icon--top {
padding-left: var(--icon-size);
}
.section-columns .column__icon.icon--top .icon__animated {
position: absolute;
left: 0;
top: 0;
margin-bottom: 0;
--icon-size: 20px;
}
}
If I helped you, then a Like would be truly appreciated.
Best,
NamPhan
Legend, thank you! Perfect ![]()
Hi @kirsten11123,
It’s my pleasure ![]()