Title Length don't work

Posted in: Newspaper
Post count: 129

Hi,
I have problem with excpert on module 4, when i add title length to 4 words i still get full sized title in posts showed by module.
what can i do to fix this?
Danijel

Post count: 129

So, i don’t wonna open new thread, i have problem with reducing the height of slide in my sidebar? i want to have one height on my homepage and another in my other pages, is there any way to do it?

Post count: 129

I fix problem with titles but i dont know how ti fix one with slides…
🙂

Post count: 6600

Hi,

Glad you dida nd sorry for the delay.
You can do it via css, use this in theme panel > custom css:

Use this for homepage, just change the height value as you like:

.home .td_block_slide .iosSlider-col-1, .home .iosSlider-col-1 .item, .home .td_block_slide .iosSlider-col-1, .iosSlider-col-1 .item .thumb-wrap .entry-thumb {
height: 300px !important;
}

Use this for the other pages:

.td_block_slide .iosSlider-col-1, .iosSlider-col-1 .item, .td_block_slide .iosSlider-col-1, .iosSlider-col-1 .item .thumb-wrap .entry-thumb {
height: 300px !important;
}

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 129

Thank you very much everything works good 🙂

  • This reply was modified 11 years by Danijelmo.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.