Custom HTML widget to show newsletter

Posted in: Newspaper
Post count: 22

Hi,
I use the Custom HTML widget including the mc4wp_form id to show “Receive our newsletter” in the sidebar of my posts. This works well in the Dutch WPML switch: https://next.blue/2018/05/29/zeespiegelstijging-in-nederland-maken-ze-juist-een-gat-in-de-dijk/. However, the 2 fields are too close to each other in the English version of the posts, like you can see here: https://next.blue/en/2018/05/29/the-dutch-solution-to-sea-level-rise-make-holes-in-the-dikes/.
How to solve this issue?
Thanks

Post count: 20688

Hi,

Seems in the Dutch variant the inputs (fields) are included in paragraphs, which will provide a margin bottom
https://www.screencast.com/t/MCwDO2DtKF
But in the English version there are only inputs. I could give you a code to add some margin to them, like this
https://www.screencast.com/t/Ha0Y43bR

Add it in Theme panel->Custom CSS

.mc4wp-form-fields input {
margin-bottom: 21px;
}

Thanks

Post count: 22

Thanks for your support, solved!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.