How to remove blank space when disabling Date, Post Views, and Comments

Posted in: Newspaper
Post count: 103

Hi,

When we disable showing the date, post views, and comments, there is extra white space where those fields would have shown on the home page, etc.

Is there a way to remove the blank space when those are hidden? It looks broken otherwise.

Thanks!

Post count: 854

hi,

there are 2 solutions:

1)you can use this css to hide the space:


.meta-info {
  display:none;
}

here: http://screencast.com/t/qhXi93L3rC
but the problem is , it will hide that space every where on your site.
————————-

2) find your modules : http://screencast.com/t/NKAtK4yCTs
then find the module 5 php file and comment out or remove that line, like: http://screencast.com/t/nyARcQrkNDJ8

Thanks for you message.
Radu A.

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