Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi I am using Dawn theme.
How do I move the dots of slideshow to the inside of the slides?
Thank you in advance.
https://dotu-manekineko.com/?_ab=0&_fd=0&_sc=1
Solved! Go to the solution
This is an accepted solution.
I would like to give you a solution to support you.
You can try adding more code by following below:
1. Go to Online Store -> Theme -> Customize https://prnt.sc/TttHuulWLqhk
2. Add a Custom liquid section on page https://prnt.sc/kaDXz8HTUl7m
3. Paste the below code into custom liquid.
<style>
@media screen and (min-width: 749px){
.slideshow__controls {
position: absolute;
bottom: 0;
z-index: 9;
left: 50%;
transform: translateX(-50%);
border: none;
}
}
</style>
If the above solution does not work, can you share the link of the page containing the above Slideshow?
Best regards,
GemPages Support Team
This is an accepted solution.
I would like to give you a solution to support you.
You can try adding more code by following below:
1. Go to Online Store -> Theme -> Customize https://prnt.sc/TttHuulWLqhk
2. Add a Custom liquid section on page https://prnt.sc/kaDXz8HTUl7m
3. Paste the below code into custom liquid.
<style>
@media screen and (min-width: 749px){
.slideshow__controls {
position: absolute;
bottom: 0;
z-index: 9;
left: 50%;
transform: translateX(-50%);
border: none;
}
}
</style>
If the above solution does not work, can you share the link of the page containing the above Slideshow?
Best regards,
GemPages Support Team
I am glad that my solution is helpful to you 😁.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025