• Resolved andyfo

    (@andyfo)


    Hi!

    It would be great if you added a different CSS class for each paragraph (e.g. mailpoet_paragraph_1..N and mailpoet_paragraph_html, mailpoet_paragraph_first_name etc.).

    Consider a layout like this:

    “Text or HTML…”
    [ name field ] [ email field ]
    [submit]

    I need to make the name and email fields floating, but not the text part. Now I have to use pseudo classes like nth-of-type, which may be a compatibility issue.

Viewing 1 replies (of 1 total)
  • Wysija

    (@wysija)

    Hello @andyfo,

    Thank you for the feedback.

    MailPoet 3 currently does not support such functionality, but we’ll consider your idea for a future improvement, thanks!

    As a workaround, have you tried specifying styles for specific paragraph tags, instead of doing so via classes? (as in <p style="float: right;">[...]</p>)

    Regards,
    MailPoet Team.

Viewing 1 replies (of 1 total)

The topic ‘Different CSS classes for paragraphs’ is closed to new replies.