Setting title length in "block 7" element

Posted in: Newspaper
Post count: 18

Hello,

I’ve some issue with title length in the sidebar of my website. I use “block 7” element and I noticed that sometimes the title are cut first, sometimes later. Sometimes on two lines, sometimes on three. It seems that there is no rule.

Is it possible to set a standard rule? Setting Min/Max for titles?
You can see an example here:

example
https://ibb.co/dSGXXz
Thank you in advance.

Post count: 23312

Hello Evecta,

Notice that our theme has a functionality regarding on title length which can be set up from Theme panel, from here -> https://www.screencast.com/t/tQd628wb according to your module used by you.

Thanks for your understanding!

Post count: 2

Is there a way to decide when to head a title? example <br>

Post count: 23312

Hello scaclic,

What do you want to achieve? What does mean ‘head a title’?

Thanks for the message!

Post count: 2

example Title post : August sold out Boom of tourists at the lake
but to be able to write
August sold out
Boom of tourists at the lake

Post count: 20688

Hi,

You could use some CSS to break the words
Before – https://www.screencast.com/t/ktnKkwAxys5G
After – https://www.screencast.com/t/eG2zPKjtj06

.td-pb-span4 .td_block_7 .entry-title a {
word-break: break-all;
}

This code will apply to all blocks 7 set in one column, it can be made more precise if needed.

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