Hi there,
Can you tell me to how to adjust the width of the subtitle on archive pages to have a wider allowance to prevent turns in short titles? See https://lutheranwomenofaustralia.org/category/devotions/ as an example.
Thanks
Hi there,
Can you tell me to how to adjust the width of the subtitle on archive pages to have a wider allowance to prevent turns in short titles? See https://lutheranwomenofaustralia.org/category/devotions/ as an example.
Thanks
Hi @felicityevans,
You can try adding this in your text element’s css
$el {
min-width:350px;
}

Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.