All things Shopify and commerce
hello Dan i want to thank you about code you wrote which is great code to me the code was about style the navigation arrows in slidshow but i have problem iwant to make the arrows seperated like the photo here and thank you again
the code you wrote before:
<style>
slideshow-component .slideshow__controls {
justify-content: space-between;
position: absolute;
top: 50%;
z-index: 9;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
border: unset;
}
slideshow-component .slideshow__controls .slider-counter,
slideshow-component .slideshow__controls .slideshow__autoplay {
display: none;
}
slideshow-component .slideshow__controls .slider-button {
width: 64px;
height: 84px;
}
slideshow-component .slideshow__controls .slider-button .icon {
height: 1.6rem;
}
@media (max-width: 749px) {
slideshow-component .slideshow__controls {
top: 30%;
}
}
</style>
Hello @jacob44 !
If you could share your store URL and the password (if it has one), it'd be easier for us to help, however, try adding this to your code block right before </style> line (the last one)
slideshow-component .slideshow__controls {
display: flex;
align-items: center;
gap: 24px;
}
I hope this helps!
im using a free trial shopify i dont know if the site willwork for you
AN Fashion (b29f38-3.myshopify.com)
The store is protected by password, I need it in order to view it.
You can find the password in Online Stores > Themes > Manage password.
chiest
They look like in the screenshot, I see that you already added the code!
If you could mark my answer as correct I'd highly appreciate it 🙂
If you've got any more doubts don't hesitate to reach out!
i want the arrows seperated as i said in the
Ah I see, in that case, change the following code like so:
slideshow-component .slideshow__controls {
position: absolute;
top: 50%;
transform: translateY(-50%);
border: none;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
thanks but didnt work
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024