Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #675128

    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

    #675167

    Hey!

    Try adding this code to the Quick CSS:

    .newsletters .col-md-6 { width: 100%; }
    

    Cheers! 
    Josue

    #675257

    looks way better thanks ! now can i aligh it on the left ? looks like its centered now

    #675273

    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

    #675274

    you guys rock, wish i had the skills, thanks !

    #675326

    Hi,

    Thank you for the kind words, glad we could help :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Expand subscribe email box to the whole column width’ is closed to new replies.