post settings

Posted in: Newspaper
Post count: 21

Hi,

I am trying to edit the post settings. Is there a way to decrease the height? See the pic at the link, I mean the red line. I would like to have that but with a much smaller height.

Thanks,

Jose

Post count: 21

Here is one link: https://ibb.co/gRuw0d
Here is another: https://ibb.co/h8NYfd

They both are post settings. I would like to decrease the height of the initial image.

Post count: 20688

Hi,

That could be done only with CSS code at the moment. I could try and give you a solution, for example this code will work for post template 8 you mention
https://www.screencast.com/t/QQFfuivSS (default value is 570px)
Modify it if necessary, then enter it in Theme panel->Custom CSS

.td-post-template-8 .td-post-header {
height: 370px;
}

For post template 7 – https://www.screencast.com/t/DUvixU4E (default is 700px)

.td-post-template-7 .td-post-header {
height: 500px;
}

Thanks

Post count: 21

Hi, I did that but there was no change to the page. I copied the code and pasted it at CSS custom code at theme panel. Then saved settings. Then reloaded the page. There is no change to it. Here is the address to the page: https://nutropedia.com.br/?p=77

I was using a widget (cool tag cloud) to have a better designed tag. I turned it off, but still that tag is not showing

Post count: 20688

That link directs to an nonexistent page
https://www.screencast.com/t/v5BuknDk
The code should work, it will apply to posts using templates 7 and 8, I believe that is what you wanted. It will reduce the height of the post header image space. It could be caching if it does not work for you. Try clearing it after entering the code and check again.

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