Userbro
October 21, 2022, 10:57pm
1
I want to number my list with stylized numbers. I currently have it in a multicolumn but as you can see it isn’t working well. I either need to:
adjust individual column widths in multicolumn to give more space to text and less space to icon
or
Find another way to add stylized numbers to my list.
Can anyone help with that?
1 Like
Hello,
Assuming your current website structure (seems that it changed since the request was made), you can use custom CSS, something similar to the below:
.background-none .multicolumn-card__image-wrapper {
float: left;
width: 100px !important;
}
.multicolumn-card__info {
float: left;
width: 80%;
}
Adding the above CSS code at the end of your base.css file should be working as expected.
Cheers!
Gabriel
1 Like
@Userbro
Thank you for reaching out and posting this question!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This solution worked great except for that it changed my other multicolumn sections. How can I get it to apply only to the get a quote page?
@GabrielS This code worked great for my page! However, it also changed my other website pages. Can you change the code so that it only affects the getaquote page?