I cant figured out why the email box is shrunk so much on the homepage, see private link, i am using a content block with this content: [newsletters_subscribe list=”1″]
this is for the Tribulant Newsletters plugin
Hey!
Try adding this code to the Quick CSS:
.newsletters .col-md-6 { width: 100%; }
Cheers!
Josue
looks way better thanks ! now can i aligh it on the left ? looks like its centered now
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.newsletters .col-md-6 {
padding: 0!important;
}
Best regards,
Vinay
you guys rock, wish i had the skills, thanks !
Hi,
Thank you for the kind words, glad we could help :)
Best regards,
Vinay