Hi, I have used the icon based bullet lists to highlight some key points. How can I make the second line indent to have the same margin-left as the first line? Thanks Megan
Icon Bullet List
9 replies · opened May 12, 2021
Hello,
Apologies for the Inconveniences!
We are already working on making this better and more flexible and an update will be released soon. Meanwhile, please consider using this CSS Code:
[ch_pre type="css"].iconlist li {
position: relative;
display: flex;
align-items: baseline;
}
.iconlist > li [class^="icon-"]:first-child,
.iconlist > li [class*=" icon-"]:first-child {
width: 1rem;
margin-right: 0.75rem;
}[/ch_pre]
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Hi guys, I tried adding this to my custom.css file. The copy indents but the icons become elongated. See screenshot.
These icons are from demo template https://themes.semicolonweb.com/html/canvas/demo-finance.html if that helps?
Hello,
Simply update the above CSS with this:
[ch_pre].iconlist > li [class^="icon-"]:first-child,
.iconlist > li [class*=" icon-"]:first-child {
width: 1.5rem;
margin-right: 0.75rem;
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I have applied that but still get double lines compressing the icon vertically. Single lines are perfect, but double lines have the issue.
https://ozzikleen.treepl.co/grey-water-system-residential
Live url - if you can let me know if I have messed this up or some other issue.
Hello,
Apologies about this issue and Thanks for your Patience!
We have tested the codes and it works fine on One-Line List Items but the Two-Line Items gets squished. here is the updated code:
[ch_pre type="css"].iconlist > li [class^="icon-"]:first-child,
.iconlist > li [class*=" icon-"]:first-child {
width: 1.5rem;
margin-right: 0.75rem;
flex: 0 0 auto;
}[/ch_pre]
This will definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
No need to apologise. I really appreciate being able to get support.
This has resolved it. Thanks a bunch, it's perfect! Tested on ipad Safari, android Chrome, desktop pc with Chrome, desktop Firefox, desktop Edge. I think you can write that up as fix. Thanks again.
Hello,
Very Happy to Help! :)
Glad to know that the issues was resolved on your end. We will be releasing an Update including this fix in a couple of days.
Do let us know if we can help you with anything else.
Can I make a suggestion for the theme?
It would be good to have in http://themes.semicolonweb.com/html/canvas/blocks.html? some well designed text blocks - pre defined basic grids and some neat text blocks. Platforma https://platforma.ws/bootstrap/ does this well https://platforma.ws/full-preview/. Or maybe I have missed this somewhere in the template?
Any chance the SHORTCODES page could be sorted alphabetically? I find it hard to locate the basic names.
Hello,
Thank You so much for the Suggestions!
We will be definitely introducing more Blocks in the near future with useful content/media combinations and we will definitely try including the examples you have mentioned as well. These types of Blocks are available in the Default Templates but they are just not sorted into Blocks at the moment. They are spread out between Niche Demos and other Templates. We are working on sorting them out properly and release them as Blocks.
Unfortunately, currently this is not Alphabetically sorted but we will try adding a Glossary of Content in the Documentation which is Alphabetically sorted. Meanwhile, you can consider using this: http://themes.semicolonweb.com/html/canvas/library.php .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard