Shopify themes, liquid, logos, and UX
How do i Make the collection list look the same on the mobile app as it dose on desktop. looks bad on mobile. I want the collection list to fit in the whole window and I want the text on the photo like it is on desktop.
Solved! Go to the solution
This is an accepted solution.
Hi Crossovertess,
Go to Online Stores -> Themes -> Customizer -> Theme Settings -> Custom CSS and add below code:
.collection-card--style-4 .collection-card__info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 1.5rem;
margin-top: 0;
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.4rem;
cursor: pointer;
}
.collection-card--style-4 .collection-card__info--group {
flex: 1;
}
@media (max-width: 767px) {
.collection-card--style-4 .collection-card__info * {
color: #fff !important;
}
}
Regards,
Emirates7
This is an accepted solution.
Hi,
This is code for this bug:
.f-mobile-nav .site-logo {
height: 16rem !important;
}
Regards,
Emirates7
This is an accepted solution.
Hi Crossovertess,
Go to Online Stores -> Themes -> Customizer -> Theme Settings -> Custom CSS and add below code:
.collection-card--style-4 .collection-card__info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 1.5rem;
margin-top: 0;
display: flex;
justify-content: space-between;
align-items: center;
gap: 0.4rem;
cursor: pointer;
}
.collection-card--style-4 .collection-card__info--group {
flex: 1;
}
@media (max-width: 767px) {
.collection-card--style-4 .collection-card__info * {
color: #fff !important;
}
}
Regards,
Emirates7
Ok that fixed that part but what about the fact its having to be scrolled, and text is taking up most of the photo.
Figured out the text size now just need to figure out the scrolling.
Figured it all out. Thanks.
How do I fix this?
This is an accepted solution.
Hi,
This is code for this bug:
.f-mobile-nav .site-logo {
height: 16rem !important;
}
Regards,
Emirates7
Thank you.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024