Gap Questions – Architechecture Template

Posted in: Newspaper
Post count: 4

Im looking at the architecture demo. I also see it my testing environment.

You will see many of the blocks have a gap between the title and author. {block 3 and 5 as an example} Its a large gap. An example is visible in sidebars which are visible on all posts. I see while inspecting it, there is no excerpt there, but the space is there via css. If I add a review to the posts, the author disappears and the gap is left there for the author.

I wonder if this is expected? If its a matter of settings, any suggestions that may point me toward the correct settings would be appreciated. I adjusted via css, but thought Id point it out in case its settings or a css booboo.

Post count: 23312

Hello joshuabaer23,

Please provide your website URL and also, you can provide some useful screenshots to specify me where exactly you want to remove that gap.

Thanks.

Post count: 4

View of this scenario is within the demo. My version is on a not-public server.
https://demo.tagdiv.com/newspaper_architecture/ellie-gouldings-living-room-is-all-about-texture/

https://imgur.com/i4cgj6Q

I am not asking to remove the gap. Im wondering if the gap is supposed to be that way, or if there is a setting to adjust it. I also wanted to point out that adding a review to the post seems to mess up the css in that block.

Post count: 23312

Hello joshuabaer23,

Please keep in mind that the Block 3 does not have any excerpts implemented in it but only the Title of the post, as you can see here -> https://www.screencast.com/t/0JNWj6TelU5S

You can try using the following code below ->

.td-blog-architecture .td_module_1 .entry-title {
margin-bottom: 0;
}

Hope this helps!

Thanks for the message!

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