Hello,
To reduce the space you need to use some custom code CSS => https://i.imgur.com/rppDmhK.png
.td_block_9 .td_module_8 {
margin: 0px;
padding: 0px;
}
Please set the code in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
is there any way i can display something like this
I am referring to Bullet points like this
Hello,
I made a new custom code and look like this https://i.imgur.com/lH8tHlY.png
.td_block_9 .td_module_8
{
padding-left: 15px!important;
margin: 2px;
padding: 2px
}
.td_block_9 .td_module_8:before {
content: '▶';
position: absolute;
top: 2px;
left: 0px;
}
Hope this help you!
Thank you!
i tried to implement as per your guidance
Can you please help me with some alignment issue like this
Hello,
You need to change the value for left. You can use https://chrome.google.com/webstore/detail/live-css-editor/oelggcmknbjmhkpgjfhakedcfnkgbdpg?hl=en to set the value as you want.
Thank you!