Video demo layout remove padding/spacing in Block 9

Posted in: Newspaper
Post count: 13

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

Post count: 23312

Hello coskel,

Your website URL is necessary if you want to receive a more accurate response. I wait for it so I can inspect it closer and provide you a proper code.

Thanks.

Post count: 13

http://1dev.golivesportscast.com/

Block 9 is in the right hand position where the identifier says “Live Events” in red.
Thank you

Post count: 23312

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!

Post count: 13

That is what I did yesterday before I wrote you.
Originally it was 25px, I took it down to 5 and it didn’t change anything, so then I wrote you.

Post count: 23312

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!

Post count: 13

This worked after I closed out the browser completely and did a hard refresh/cleared cache. Thanks!

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