Block title spacing

Posted in: Newspaper
Post count: 13

Hi there,

I’m wondering if there’s a way to adjust the margins of the block titles. As it stands now, the block titles hang about a centimeter above the photo; it seems to me that’s too much wasted space; I’d rather have more spacing between each element and have those elements relatively tight. Ideally, I’d like the horizontal line of the block title to be just touching the photo of the story underneath. While I can mess around with the css attributes of the block itself, I can’t find a way to adjust that big empty space between the title and the photo.

I’ve tried manually inserting block titles as a seperate element, and I can adjust that CSS just fine (padding -35 or so), but for those elements (especially sidebar widgets) that have their own title fields built in, I’d rather just have all of the titles conform to one spacing convention and be able to edit everything within the block itself. is there any way to do this?

Post count: 20688

Hi,

You could set a smaller margin bottom for the block titles, with a code like this
https://www.screencast.com/t/RugUbv0BHCfg
You can try experimenting with different values until you get the results you want. The code must be entered in Theme panel->Custom Css

.block-title {
margin-bottom: 5px;
}

Thanks

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