• Resolved wordpresssam

    (@wordpresssam)


    Hi there

    I have purchased the pro version but cannot see I way around this, not very good at coding

    January sales! Use Promo Code<h3 style="color:#f46a25">JAN10</h3>for 10% off your order.

    That’s what I put and it comes out in 3 lines instead of on the same line, screen shot linked

    https://snipboard.io/hQ7gz6.jpg

    How can I get it on the same line, any ideas?

    Thanks,

    Sam

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @wordpresssam

    You’re using an h3 element which will give you that spacing. You should use a span element and add font-size into the style attribute to get your intended effect. E.g.

    <span style=”color:#f46a25;font-size:16px”>JAN10</span>

    Thread Starter wordpresssam

    (@wordpresssam)

    Ok perfect thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove automatic paragraphs’ is closed to new replies.