Layout settings of the form
Setting up appearance
Colours, font, font size, etc. can all be change on the page Subscribers (click on the relevant list) → Enrich → Subscribe, and choosing the embedded subscribe form. Designing this for requires no technical expertise.
Setting up width
The form will take 96% of the width available by default. This is fine for a bar on the left or right side, but if there is widget placed in the footer (where there is a lot of space), the form may end up being far too wide.
You can do something about this by opening the 'laposta.php' file of the plugin (you can find this in the Laposta plugin folder). There you will see this line:
Laposta.width = "96%";
You can for example change this to:
Laposta.width = "200";
Setting up placement
You can change the location of the form by modifying the following rule:
<div align="center">
Of course it is difficult that files have to be changed on the server for this. We will include this in the settings in our next update.