Shape 5

Joomla Free Extensions => MailChimp Signup - Free => : grigua March 06, 2017, 07:49:00 AM



: Center input windows
: grigua March 06, 2017, 07:49:00 AM
Hello, thank you for having made available free of charge the module in question. I would like to know how to center, if possible, the input window.
Thanks


: Re: Center input windows
: jonahh March 06, 2017, 11:54:25 AM
Hello,

You are welcome. This would require some custom coding but it should be some quick CSS I can give you. I just need a live site URL to check it out so I can assist.

Thanks,


: Re: Center input windows
: grigua March 07, 2017, 06:58:24 AM
Thanks for your swift reply.
The Url is: http:// www.giacamp.net/finale
It is a site still under construction.
Thanks again


: Re: Center input windows
: jonahh March 07, 2017, 11:47:15 AM
Try adding the following to one of your CSS files:

:
#rt-position-4 .rt-block {
    margin: 0 auto !important;
    display: table !important;}


: Re: Center input windows
: grigua March 07, 2017, 05:25:27 PM
Fantastic!
Thank you very much. ;D