Search code examples
cssorchardcmsorchard-modules

Orchard CMS Confirmation message appears on desktop but not on mobile or tablets. Trying to fix so it works on all


I have a custom form module installed for a contact us page.

When on a desktop the form will give a confirmation message either that your form was accepted or denied. However this is only working on a desktop

I'm trying to figure out whats causing it to stop working on other devices. I have the ResponsiveThemeMachine theme installed but I looked through the css files and saw nothing about the class .message-Information (which is what the confirmation message uses)

I'm not sure where else to look as to why it wouldn't work on anything but a desktop.


Solution

  • I partially solved this if anyone has the same problem. I had to add a widget in the message field so what I did was created an HTML widget and set the title to not appear and left the body blank and set it to only appear on the contact page. It did push the content down a little bit but now my message works on all devices