Hi guys,
Hoping there is a way to fix these issues on my store
www.apexanimalz.com
COLLECTIONS PAGE (all)
1/ On mobile there is MASSIVE space below the banner and COLLECTION TITLE text. Any way to remove this?
2/ image banner on mobile has no clickable link, is there a way to add one (this banner was added in collections template)
3/ Previously removed collection image from mobile with code from this community, however I think the site would look better with ONLY the full image and no description on mobile? If you agree, how do we add a centered image on collections page?
4/ On DESKTOP the collection image scales according to the amount of text in description. Is there a way to make it show the full actual image always?
HOME PAGE
I have a 0% payments banner, it is not clickable, nor can I edit that in the theme. Is there another way to add a clickable link to the image on home page?
Thank you!!
Mikey.
Hello, @ApexMikey
1/ On mobile there is MASSIVE space below the banner and COLLECTION TITLE text. Any way to remove this?
Add This CSS
@media screen and (max-width: 749px) {
.banner__content.banner__content--middle-center.page-width {
display: none;
}
.collection-hero__text-wrapper {
padding-top: 2rem !important;
}
}
GO to Online Store > Edit code > Assets > base.css in bottom
2/ image banner on mobile has no clickable link, is there a way to add one (this banner was added in collections template)
Ans : Its a Customization Work So Can You Plase Share Your Details Or Join us With me please check my Signature
3/ Previously removed collection image from mobile with code from this community, however I think the site would look better with ONLY the full image and no description on mobile? If you agree, how do we add a centered image on collections page?
Ans : Its a Customization Work So Can You Plase Share Your Details Or Join us With me please check my Signature
4/ On DESKTOP the collection image scales according to the amount of text in description. Is there a way to make it show the full actual image always?
Ans : Its a Customization Work So Can You Plase Share Your Details Or Join us With me please check my Signature
HOME PAGE
I have a 0% payments banner, it is not clickable, nor can I edit that in the theme. Is there another way to add a clickable link to the image on home page?
Ans : Its a Customization Work So Can You Plase Share Your Details Or Join us With me please check my Signature
thank you!
the space deletion worked
how do we do the other parts?
much appreciated
M.
Hello @ApexMikey
Hello @ApexMikey
As I can see there are lot of effort required, I need to review your entire code.
Please Share store access if possible.
thank you we almost got it, 
its almost finished already, ty for your time and help!!