• Resolved wmv5967

    (@wmv5967)


    Hello

    By default, text is centered.

    I could not find a way to align text on the left. Can we do that?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @wmv5967,

    Thank you for the topic.

    If you want to align the texts of the plugin to the left, then, please insert the following CSS code written special for you by our Dev Team.

    Please take this CSS code and insert it into the Popups > particular popup > Styles tab > Custom CSS option. 

    Then, replace?YOUR_POPUP_ID?with the corresponding Popup ID (e.g. 3, like this ays-pb-modal_3).?
    Do not delete the space after it.
    Do not forget to?clear the cache afterward.

    .ays-pb-modal.ays-pb-modal_YOUR_POPUP_ID *{
    text-align:left;
    }

    For example, like this:

    .ays-pb-modal.ays-pb-modal_2 * {
    text-align:left;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @wmv5967,

    We’re closing this ticket for now as we last heard from you 3 days ago.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align text on the left’ is closed to new replies.