Buttons not entering

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Wed Jul 22, 2015 1:43 pm
Hi I have a website in which I have a subscribe function for subscribing. For the subscribe button I have created a submit button within a
Code: Select all
<div style="text-align: center;">
which looks fine within the Joomla HTML Editor, but every time I save and load the website it keeps aligning itself to the far left.

My website is http://www.bodypage.co.uk

Is there some CSS overwrite that I need to do there against the template?
User avatar
Fresh Boarder

teitbite
Thu Jul 23, 2015 1:00 pm
Hi

Please add this to override.css and make sure override is enabled in template settings:

Code: Select all
#mc_embed_signup #mc-embedded-subscribe {
float: none;
margin: 0 auto;
}
User avatar
Moderator


cron