Block 13 like demo on sidebar

Posted in: Newspaper
Post count: 1043

Hi. How do you get your block 13 to look like this https://ibb.co/n5dujQ in the local news demo sidebar? After installing the demo (without demo content), mine looks like this https://ibb.co/dvQbW5. I want mine to look like the demo.

  • This topic was modified 8 years by ctoweett.
Post count: 20688

Hi,

After inspecting your website, it seems there is a code that interferes with the module meta that is displayed
https://www.screencast.com/t/xRBpHvPYoLj
Without that code the meta would display properly
https://www.screencast.com/t/1EjQiR0z11
But I believe that code is entered and supposed to affect only the post modified date
https://www.screencast.com/t/XDusRB8Tqaur
So it could be changed to something like this to not affect anything else on the page

.td-post-title .td-module-meta-info {
display: inline-flex;
}

The modified date will remain as it is supposed to be, and the module will not be affected by the code
https://www.screencast.com/t/ZcagCdyEoB
Please remove the previous code from the theme panel and enter this one, or modify it as shown.

Thanks

Post count: 1043

Thank you very much Sir. Worked like a charm.

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