Module in Modal text position
- Posted by s (14) Offline
Dear TemplatePlazza Developers and Community,
Can you please tell me how to align the text in my popup like the one on your demo site @
demo.templateplazza.com/joomla/index.php/bottom-center ?
The height of your demo popup only appears to be about 35-40px, but when I create a popup with the same height and add text, the text falls down instead of aligning nicely with the close button, as yours does.
Is this a CSS issue?
Please advise.
Thanks,
Oman
8 years 7 months ago #1
by s
Can you please tell me how to align the text in my popup like the one on your demo site @
demo.templateplazza.com/joomla/index.php/bottom-center ?
The height of your demo popup only appears to be about 35-40px, but when I create a popup with the same height and add text, the text falls down instead of aligning nicely with the close button, as yours does.
Is this a CSS issue?
Please advise.
Thanks,
Oman
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, try to add this code to your css file
8 years 7 months ago #2
by TemplatePlazza
#moduleinmodal-mimodal .mimodal-body {
padding:8px 15px;}
Please Log in or Create an account to join the conversation.
- Posted by s (14) Offline
That worked great. Thanks!
One more question about the pop up position:
The modal in displaying fine and the text is aligned but it displays under my image slider when I scroll down the page.
Is there some z index css I can use to resolve this?
Thanks!
Oman
8 years 7 months ago #3
by s
One more question about the pop up position:
The modal in displaying fine and the text is aligned but it displays under my image slider when I scroll down the page.
Is there some z index css I can use to resolve this?
Thanks!
Oman
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Try this
8 years 7 months ago #4
by TemplatePlazza
#moduleinmodal-mimodal {
position:relative;
z-index:999;}
Please Log in or Create an account to join the conversation.
- Posted by s (14) Offline
- Posted by TemplatePlazza (5310) Offline
No problem at all. Glad I could help 
If you don't mind, please leave the module a rating at extensions.joomla.org/extensions/extensi...ames/module-in-modal
Your rating will help us much. Thanks
8 years 7 months ago #6
by TemplatePlazza

If you don't mind, please leave the module a rating at extensions.joomla.org/extensions/extensi...ames/module-in-modal
Your rating will help us much. Thanks
Please Log in or Create an account to join the conversation.