set image height post template style 4

Posted in: Newspaper
Post count: 109

Hi,

Is is posible to set the header image height from post template style 4.
I want to make it a bith smaller.

Appreciate your time …

JBH

Post count: 388

In the Custom CSS section of the theme panel, copy and paste this:

.td-big-slide-background, .backstretch, .td-image-gradient {
height: 600px !important;
}

Then change that height value.

I haven’t fully tried this out and it looks like the scroll is kind of ineffective on tall images, so maybe wait and see if there’s more to this.

Post count: 109

Great, thanks!

Can i use the same code for style 3 ?

JBH

Post count: 388

Hmm… I tried it out a bit but it starts to look odd unless the image is exactly the height you put in there. Better wait for one of the team to advise. 🙂

Post count: 109

Yes, I’ve got the same over here, no height change 🙁

Post count: 6600

Hi,

You can try this for style 3, go to function.php file and add a new image size like this: http://screencast.com/t/9Xa7979GNDPa
Then set this new image to be shown on post style 3 like this: http://screencast.com/t/Z4pV1ybnG7
Change the new image size as you want.
You will have to regenerate thumbnails after this https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

Thanks

Post count: 109

Great, it works!

JBH

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