Post Templates 3,4,6,7

Posted in: Newspaper
Post count: 18

Love these post types but find that the graphics are way too large in size before displaying content. Wondering if there’s an easy solution to make the height area of these images a bit smaller so the main content is higher up on the page.

Post count: 22421

Hello,
Unfortunately, there is no easy way to do this. The simplest way is by using custom CSS by targeting the specific class used by the containers in the specific post. For example: for post template 3 if you use this code it will make the container smaller and bring up the content.

.td-post-template-3 .td-post-header-holder {
max-height: 340px;
}

before: http://screencast.com/t/PzEoJAk8 after: http://screencast.com/t/fA1JNph68z
(You can change that height to your liking).
Different post templates use different containers and you cannot apply a code to all templates. You have to identify the containers on each post template and modify their height.
If you do not manage, we recommend hiring a freelancer to do it for you.
I hope this points you in the right direction.

Thank you.

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