Footer Block 7 Meta-data (specifically Post Date) not aligning properly

Posted in: Newspaper
Post count: 36

Hi,

I’m trying to get the td-post-date to align properly with the post title in the Block 7 widget for the footer.

If you look at my prototype website, you’ll see what I’m talking about:

wuche.gg

I applied this custom code:
.td_module_6 .td-post-date{
float:left;
text-align:left;
}

and it doesn’t work. I also did padding-right: 90px and although at my native resolution it’s a bandaid to make it appear left-justified, the solution breaks down at mobile/@media resolutions, where you’ll see it suddenly hug the right/right-justify itself again. Can you please tell me how to left justify it at all times?

Thanks!

Post count: 20688

Hi,

You could try something like this to left align the module meta, only in the footer and for the module
https://www.screencast.com/t/zTLHtjwcOi

.td-footer-wrapper .td_module_6 .td-module-meta-info {
margin-left:0;
}

Thanks

Post count: 36

Hi Simion,

Worked like a charm! You’re a lifesaver, thanks as always.

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