- Posts: 3
- Thank you received: 0
Signup Module Layout from Vert. to Horiz?
Where do I have to go to edit the module? I wish the layout of the registration module to be horizontal, and inline, rather than the standard verticle layout.
Anyone help?
Please Log in or Create an account to join the conversation.
This option is not available 'out of the box'. You would have to edit the following file to make the elements display inline:
/modules/mod_mailchimpsignup/assets/css/default.css
You'll probably also need to remove some <br /> tags from this file:
/modules/mod_mailchimpsignup/tmpl/default.php
Please keep in mind that these changes will be lost when you upgrade the joomlamailer component so make sure to apply them again after the update.
Kind regards,
Pete
Please Log in or Create an account to join the conversation.
Do you know the css coding for making in inline like this?
Please Log in or Create an account to join the conversation.
.mcsignup {
margin: 0;
padding: 0;
}
.mcsignup {
display: inline; /* Shows each item side-by-side */
list-style-type: none; /* Gets rid of the bullet points */
}
.mcsignup {
display: block;
float: left;
padding: 0 1em; /* Provides horizontal separation between menu items */
}
.mcsignup {
}
.mcsignup input[type="text"] {
margin-bottom: 5px;
}
.mcsignup select {
margin-bottom: 5px;
}
.mcsignup .calendar {
position: relative;
left:3px;
top:4px;
}
Please Log in or Create an account to join the conversation.
- 23
- Visitor
I removed all br tags.
Please Log in or Create an account to join the conversation.
- 23
- Visitor
Please Log in or Create an account to join the conversation.
- workingraphics
- Offline
- New Member
- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Create a new folder in your template:
[YOUR-TEMPLATE]/html/mod_mailchimpsignup/
Copy the file modules/mod_mailchimpsignup/tmpl/default.php to the new directory in your template folder.
This should override the module default and you can now edit the file without affecting future upgrades. Any CSS changes can be added to or created in your template.css file.
Hope this helps
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.