I am using Block 9 in the Video layout to list recent items.
There is a lot of bottom padding after each list item.
I have tried to use CSS to remove it, but it does not change the spacing.
I used the style.css file to make the changes.
Is there a different spot where Block 9 calls other styling?
I am an advanced CSS user.
Thanks in advance
http://1dev.golivesportscast.com/
Block 9 is in the right hand position where the identifier says “Live Events” in red.
Thank you
Hello coskel,
I have inspected your website and I noticed that you block 9 is working fine. If you want to decrease the margins and paddings you will have to use a bit of CSS code to hide them. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_module_8 {
padding-bottom:0!important;
margin-bottom:0!important;
}
Hope this helps!
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello coskel,
I have inspected your website and the Block 9 seems to work as properly, as you can see here -> http://screencast.com/t/7FJLVjeN What do not you like there? Please provide a screen pointing to the desired result, it would help us to understand what you’re trying to do.
Thanks for the message!