Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #610178

    Hi,

    How can I align the “Nesletter” text with the mailchimp subscribe form?

    It’s like this: http://prntscr.com/apmbfu

    Should be like this: http://prntscr.com/apmba3

    Thank you!

    #610496

    Hey atainha,

    It should work if you wrap the items in a span like so:

    <span>Subscrever newsletter</span>
    <span>Your form</span>

    Thanks,
    Rikard

    #611241

    Hi Rikard,

    Thanks for your answer – did not work…

    It’s like this now:

    <span>Subscrever newsletter</span>
    <span>[av_mailchimp list='XXXXXXXXX' double_opt_in='aviaTBdouble_opt_in' on_send='' sent='Obrigado por subscrever a nossa newsletter!' link='manually,http://' color='' hide_labels='aviaTBhide_labels' custom_class='']
    [av_mailchimp_field id='0' type='text' check='is_email' options='' label='O seu email' width='element_half' disabled='']
    [av_mailchimp_field id='av-button' type='button' check='' options='' label='ENVIAR' width='element_half' disabled='']
    [/av_mailchimp]</span>

    It’s on a widget – maybe why it’s not working?
    Any other solution?

    Thank you, Afonso

    #612027

    Hey!

    try with css code instead. Use this inside of Quick CSS field:

    .textwidget {
    display: flex;
    }
    #top form {
    margin-left: 10px;
    margin-top: -18px;
    }
    .textwidget span {
    top: 10px;
    position: relative;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #612945

    Hi Andy,

    That solved – thank you.
    But, with that, the text on the 2nd widget lost his left alignment.
    Is there any way to correct it?

    Thank you, Afonso

    #613102

    Hi!

    try this code instead:

    section#text-2 .textwidget {
    display: flex;
    }
    section#text-2 form {
    margin-left: 10px;
    margin-top: -18px;
    }
    section#text-2 .textwidget span {
    top: 10px;
    position: relative;
    }
    

    Cheers!
    Andy

    #614039

    Hi Andy,

    Still not aligned to the right. :-(
    Any more ideas?

    Thanks! Afonso

    #616061

    Hi!

    Edit the widget, remove the inline styling:

    <p style="text-align:right!important;"><a href="http://www.behindthescenes.pt/equipa/">EQUIPA</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.instagram.com/behindthescenes.pt/" target="_blank">INSTAGRAM</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.facebook.com/behindthescenes.pt" target="_blank">FACEBOOK</a></p>
    

    Remove this part:

    style="text-align:right!important;"
    

    … or set it from “right” to “left”.

    Best regards,
    Ismael

    #618231

    Hi,

    Removed inline styling but no luck.
    Included admin access bellow if you want to give a look.

    Thank you! Afonso

    #618262

    Hey!

    how do you want it to look like exactly? what does aligning right mean to you? can you show us a mockup showing the results you want to achieve please? use imgur.com or dropbox.

    Best regards,
    Andy

    #618419

    Private message

    #619680

    Hey!

    so you want to move your “EQUIPA, INSTAGRAM, FACEBOOK” more to the right? if yes use this code:

    section#text-3 {
    right: -80px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.