Reduce space in Block-9

Posted in: Newspaper
Post count: 220

How can help remove the space between each title in this module

[url=https://postimg.cc/VJgcRLc0][img]https://i.postimg.cc/VJgcRLc0/image.png[/img][/url]

WIll refer older posts

  • This topic was modified 4 years by srikanth.
Post count: 27744

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!

Post count: 220

Thanks …

Post count: 27744

Hello,

Let us know if you need further assistance.

Have a nice day!

Post count: 220

is there any way i can display something like this

https://imgur.com/a/HjzyAZF

Post count: 27744

Hello,

You can change the value for margin and padding.

Thank you!

Post count: 220

I am referring to Bullet points like this

https://imgur.com/a/HeyGbar

Post count: 27744

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!

Post count: 220

i tried to implement as per your guidance

Can you please help me with some alignment issue like this

https://imgur.com/a/XoH0Qwy

Post count: 27744

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!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.