-
AuthorPosts
-
December 28, 2015 at 4:35 pm #723625
Hi
I’ve created a revolution slider in my blog sidebar and I’ve inserted a mailchimp form. The form was smaller and the dummy text within the box was half cut off. So I search in the forum for a fix and found this post:I inserted the code suggested there and it fix some problem but not all:
.rev_slider .x-subscribe-form-4891 label { font-size: 30px !important; line-height: 15px !important; } .rev_slider input#x_subscribe_form_email{ font-size: 20px !important; line-height: 15px !important; } @media (max-width:767px){ .tp-caption { font-size: 18px !important; } }
I inserted the mailchimp widget in the sidebar right bellow the slider and the width and height of the box and buttom are better. I would like to get the same font size and heigh and width of the widget in the slider. I hope I’m explaining myselft correctly.
I really appreciate any help you can provide
December 28, 2015 at 4:35 pm #723629This reply has been marked as private.December 28, 2015 at 9:50 pm #723886Hello There,
Thanks for posting in and giving us your site URL.
Please also add the following CSS:.rev_slider div#x-section-1 { padding: 0 !important; }
Do you have a reason why you add a revslider? Because base on what I saw, we can add the image and then the form inside a text widget on your sidebar with less design issue. Since I can only see a single slide those content can also be achieved using Text element widget.
Hope this helps.
December 29, 2015 at 8:59 am #724371Hi and thanks for helping me.
I like your suggestion. My idea was to create an image with the mailchimp form too. But I couldn’t find an image widget. I don’t know really how to place an image and manipulate its size and then a form in the sidebar.
I came out with this revslider with email form work around, but I know this is not the best way.
How can I place an image and form in the sidebar?
Sorry, I’m not a code guy.
I really appreciate any help you can provideDecember 29, 2015 at 2:15 pm #724657Hi again,
Please add a Text Widget in your sidebar and paste the following code inside:
<img src="http://www.mezclamoderna.com/wp-content/uploads/2015/11/ebook-cover-01.png" alt=""> [x_subscribe form="370"]
Replace the form id with yours. Let us know how this goes!
-
AuthorPosts