Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi! So, I want to bring down the heading and the shop all button in my featured collection, so they are directly above the products, I feel like they look like they're floating atm
On mobile, it's already perfect but on desktop, the gap is rather large - see photos below!
This is how it looks on the desktop:
This is how it looks on mobile, which I like and I want it to look like this on desktop too:
here's my website link: https://6ohwhed1vhqdxvi0-27884224571.shopifypreview.com
I appreciate any help!
Sorry, I accidentally provided the URL for a separate theme! Here's the correct one: https://6ohwhed1vhqdxvi0-27884224571.shopifypreview.com
@Element1 please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (min-width: 990px) {
.collection__title--desktop-slider .title {margin-bottom: 0;}
}
thank you for replying! unfortunately, this didn't change anything
yes no problem! i've added it back into the code
Hey @Element1
I don't see the heading and the button on your website, do you have it disabled?
Best,
Moeed
I accidentally provided the URL for a separate theme, sorry about that! Here's the correct one: https://6ohwhed1vhqdxvi0-27884224571.shopifypreview.com
Hello @Element1
Please follow the steps below after logging into the Shopify admin:
.collection .collection__title--desktop-slider .title
{
margin-bottom: 0;
}
.collection .slider--desktop
{
margin-top: 0;
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789
Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9
| USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021
thank you for replying! unfortunately this didn't make any changes