• I cannot find the right spot to edit the talian theme so that italics don’t break on a new line. Apparently the [em][/em] causes it to break while [i] [/i] works fine. As a non-coding person I cannot seem to find the right spot in the CSS to implement this. Your help and the right way to do this would be greatly appreciated. My site for reference is https://www.donmennig.com/wordpress

Viewing 1 replies (of 1 total)
  • add the below CSS code inside your theme’s style.css ( Admin Dashboard > Design > Theme editor > Theme Files → Stylesheet (style.css) ).

    i,em{ display: inline !important }
Viewing 1 replies (of 1 total)
  • The topic ‘Help finding [em] – italics break on new line – Talian theme’ is closed to new replies.