• Resolved Ravindra

    (@rjnadkarni)


    For some reason, the Content Tab in the Theme Editor / Builder – unlike the Title Tab – does not have an Alignment option. Furthermore, the Content in all the inbuilt theme templates is left aligned. The alignment options in the WYSIWYG Content Editor work for text, but not for inserted media, which aligns as per the linked theme default.

    • This topic was modified 2 weeks, 2 days ago by Ravindra.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Kim L

    (@kimmyx)

    Hi @rjnadkarni,

    Content alignment is not an option in the theme builder as you should be able to control it directly in the popup editor.

    Are you currently using the block editor inside your popup? There are several reports of alignment issues in the block editor.

    A workaround would be to insert your media using the Classic block and then align from there.

    Please note that some themes may also override image style rules.

    In that case, you may try to add the following CSS to prevent that.

    .popmake-content img {
    margin-left:auto !important;
    margin-right:auto !important;
    display:block !important;
    }

    You can also send us a link to your popup if you want us to check it. ??

    Let us know how it goes.

    Thread Starter Ravindra

    (@rjnadkarni)

    Hi Kim,

    Thanks for the clarification. I was able to resolve the issue. However, you could still consider having the alignment option for Content in the Theme Builder as well.

    Regards, Ravindra

    Plugin Support Kim L

    (@kimmyx)

    Hi @rjnadkarni,

    You’re welcome!

    We’ll note this suggestion to our lead developers. ??

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.