Modify the fields alignment in the module

Phoca Email (Newsletter) - sending emails and managing newsletters in Joomla! CMS
wendy
Phoca Member
Phoca Member
Posts: 13
Joined: 13 Jul 2018, 11:57

Modify the fields alignment in the module

Post by wendy »

Hi, as in the subject, I would know how can modify the fields and the button alignment inside the newsletters subscription module, cause now it results on the left but I would like to show them centered... thanks!!

Dani
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Modify the fields alignment in the module

Post by Jan »

Hi, can you display here the screenshot what you exactly mean?

Did you try to change it per CSS (which should be the easiest way :idea: )?

Jan
If you find Phoca extensions useful, please support the project
wendy
Phoca Member
Phoca Member
Posts: 13
Joined: 13 Jul 2018, 11:57

Re: Modify the fields alignment in the module

Post by wendy »

Hi Jan, thanks for your answer... So, in the box the form fields and the submit button are aligned on the left side, but I would know how can show them centered... in case, how can I modify the CSS (and, mainly, where I find it)?? Thanks again!! :)

https://isolachenonce-online.it/immagin ... gnment.jpg
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Modify the fields alignment in the module

Post by christine »

Hi wendy,

Your screenshot .jpg is very nice, but can't check them with developer F12 to see, which codes could be taken :-)

As I'm not using Newsletter, I checked this: https://www.phoca.cz/newsletter as an example.
Maybe it will help you also for your site. You could add below code e.g. to your template.css, or user.css, or custom.css (depends on template).

Code: Select all

div.userdata {
text-align:center;	
}
Kind regards
Christine
Post Reply