I want my option to look like the image below.
![]()
I want my option to look like the image below.
![]()
Hi @Harshal54
Its Artzen Technologies! We will be happy to help you today.
You can try the CSS which I have mentioned below to make this section more appealing and good in design.
.multicolumn-card .multicolumn-card__info {
padding: 10px 30px!important;
}
.multicolumn-card__info .link {
margin: 0px!important;
}
If my solution helped you, then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
Hi
Thank you; it worked fine. but can you please increase the gap between the two columns?
![]()
like this in the below picture.
![]()
Yeah sure,
Here is the CSS for same.
ul.multicolumn-list {
gap: 30px;
}
li.multicolumn-list__item {
width: 30% !important;
}
If my solution helped you, then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
Hi, this one is also working, and I loved it, but can you provide me with a CSS code that I can use in custom CSS because it is changing the whole page setting and I want it focused on those three columns?