Forums

Help finding [em] - italics break on new line - Talian theme (2 posts)

  1. Buzzbeat
    Member
    Posted 1 year ago #

    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 http://www.donmennig.com/wordpress

  2. chaoskaizer
    Member
    Posted 1 year ago #

    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 }

Topic Closed

This topic has been closed to new replies.

About this Topic