MyMail Newsletter Form

Posted in: Newspaper
Post count: 37

Hi,

Is there any tips on how to look this good in newspaper theme?

<iframe width=”100%” height=”500″ allowTransparency=”true” frameborder=”0″ scrolling=”no” style=”border:none” src=”http://www.biliranisland.com/wp-content/plugins/myMail/form.php?id=0&s=1″></iframe&gt;

http://biliranisland.com/blogs/2016/01/21/alias-bakid-arrested-in-checkpoint/

Thanks

Post count: 6535

Hi

I am not sure how do you want to display this iframe on your site but a basic example would be like this:
-first you can add a specific class for the iframe so you can target it with css:

<iframe class="my-custom-mail" allowTransparency=”true” frameborder=”0″ scrolling=”no” style=”border:none” src=”http://www.biliranisland.com/wp-content/plugins/myMail/form.php?id=0&s=1″></iframe>

-use this custom css in theme panel > custom code > custom css to set a size for your iframe, you can modify this values as you want:

.my-custom-mail{
width: 1064px;
height: 300px;
}

– to display it on page use a raw html block from Visual Composer: http://screencast.com/t/Ue7UFyIKf The result will be like here: http://screencast.com/t/V4R0i5FuH5B Thi is a basic example but you can customize it as you want using visual composer page-builder and css code.
If you want a different implementation for this iframe please provide more details and maybe i can help you.

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.