Make filter 2 columns - Testament Theme

Solved

Make filter 2 columns - Testament Theme

SaucyPeach
Excursionist
33 1 11

I am trying to add more space between count down banner and collection that is below using Testament Theme.

 

saucypeach.com

P/W - Password

 

SaucyPeach_0-1726756839854.png

 

Accepted Solutions (5)

Made4uo-Ribe
Shopify Partner
8313 1995 2454

This is an accepted solution.

Hi @SaucyPeach 

Do you mean like this?

Made4uoRibe_0-1726757418445.png

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

PageFly-Amelia
Shopify Partner
579 163 233

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.

View solution in original post

Made4uo-Ribe
Shopify Partner
8313 1995 2454

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:

Made4uoRibe_0-1726760150381.png

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Made4uo-Ribe
Shopify Partner
8313 1995 2454

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:

Made4uoRibe_0-1726762463266.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

SaucyPeach
Excursionist
33 1 11

This is an accepted solution.

Legend!

Thank you so much for your help

View solution in original post

Replies 9 (9)

Made4uo-Ribe
Shopify Partner
8313 1995 2454

This is an accepted solution.

Hi @SaucyPeach 

Do you mean like this?

Made4uoRibe_0-1726757418445.png

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SaucyPeach
Excursionist
33 1 11

Is there away to remove the product counter so that the txt is aligned?

Made4uo-Ribe
Shopify Partner
8313 1995 2454

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:

Made4uoRibe_0-1726760150381.png

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!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SaucyPeach
Excursionist
33 1 11

Amazing thank you!

One last request, can you make the filter squares into circles?

Made4uo-Ribe
Shopify Partner
8313 1995 2454

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:

Made4uoRibe_0-1726762463266.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
SaucyPeach
Excursionist
33 1 11

This is an accepted solution.

Legend!

Thank you so much for your help

BSS-TekLabs
Shopify Partner
2350 702 827

- 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:

BSSTekLabs_0-1726757577319.png

 

- 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


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

PageFly-Amelia
Shopify Partner
579 163 233

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.

SaucyPeach
Excursionist
33 1 11

Is there away to remove the product counter so that the txt is aligned?