All things Shopify and commerce
I am trying to add more space between count down banner and collection that is below using Testament Theme.
saucypeach.com
P/W - Password
Solved! Go to the solution
This is an accepted solution.
Hi @SaucyPeach
Do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.c-accordion__inner ul {
display: grid;
grid-template-columns: 1fr 1fr;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @SaucyPeach
This is Amelia from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
<style>
div#c-accordion__panel--2__main-list-1 ul {
display: grid;
grid-template-columns: auto auto;
align-items: baseline;
}
</style>
Hope that my solution works for you.
Best regards,
Amelia | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Yes, we can.
I also add the gap on the column so they have are not look like connected.
Replace the code on this one.
.c-accordion__inner ul {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 10px;
}
span.filter__count {
display: none;
}
And Save.
Result:
If you dont like the column-gap, you can remove anytime.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Yeah, Add this code after the last last curly bracket } on the base.css folder.
a.js-collection-side-filter .checkbox-indicator {
border-radius: 50%;
}
And Save.
If you like to same size of the color filter below replace on this code.
a.js-collection-side-filter .checkbox-indicator {
border-radius: 50%;
width:var(--color-filter-size, 20px)!important;
height: var(--color-filter-size, 20px)!important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
This is an accepted solution.
Hi @SaucyPeach
Do you mean like this?
If it is check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.c-accordion__inner ul {
display: grid;
grid-template-columns: 1fr 1fr;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Is there away to remove the product counter so that the txt is aligned?
This is an accepted solution.
Yes, we can.
I also add the gap on the column so they have are not look like connected.
Replace the code on this one.
.c-accordion__inner ul {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 10px;
}
span.filter__count {
display: none;
}
And Save.
Result:
If you dont like the column-gap, you can remove anytime.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Amazing thank you!
One last request, can you make the filter squares into circles?
This is an accepted solution.
Yeah, Add this code after the last last curly bracket } on the base.css folder.
a.js-collection-side-filter .checkbox-indicator {
border-radius: 50%;
}
And Save.
If you like to same size of the color filter below replace on this code.
a.js-collection-side-filter .checkbox-indicator {
border-radius: 50%;
width:var(--color-filter-size, 20px)!important;
height: var(--color-filter-size, 20px)!important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Legend!
Thank you so much for your help
- Here is the solution for you @SaucyPeach
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
.global__section.section-countdown {
margin-bottom: 200px !important;
}
</style>
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This is an accepted solution.
Hi @SaucyPeach
This is Amelia from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
<style>
div#c-accordion__panel--2__main-list-1 ul {
display: grid;
grid-template-columns: auto auto;
align-items: baseline;
}
</style>
Hope that my solution works for you.
Best regards,
Amelia | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Is there away to remove the product counter so that the txt is aligned?
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