Raw Content Area Modal Issue

Hi there,

Trying to use the raw content modal for a quick pop up of information for multiple groups that we have on this website: https://rrgenerations.wpengine.com/connect/, but I seem to be running into an issue with the first group button working, but the others don’t… All of them are set up to have some text and then a button to email.
https://prnt.sc/sskj28, https://prnt.sc/sskiwb

Any input would be appreciated!

Hello @tkcostello,

Thanks for writing in! I have checked your screenshots and you have inserted a broken HTML. You are missing 3 closing </div> tags.

<div style="padding: 25px; line-height: 1.4; text-align: center">
   some content here
</div>

Please correct your HTML code because it has affected the other elements of the page. For more details about the DIV tag, please check this out:

Regards.

Got it. Thank you so much! Got that fixed

You’re welcome!
It’s good to know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.