Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1150751

    Hi team,

    Can you please help me setting my MailChimp signup form to sit horizontally instead of vertically.

    I’d like it to look the the sign up form at the bottom of this page

    Thanks,

    Lara

    #1151625

    Basically, I want it to look like this but instead of grey background can I have it blue #005daa?

    #1152148

    Hi,

    Have you tried the background color over the section of ALB? This should make it work out because if you add the blue color there it would work.

    Best regards,
    Basilis

    #1152171

    Thanks for getting back to me.
    I have no idea how this was done previously. I went to previous versions of the page and found some MailChimp info which I copy and pasted into a new page.
    I was wondering if someone could help me get this horizontal layout of the signup form and the blue.
    Not sure how to do this myself.

    #1153102

    Hi,

    Thank you for the clarification.

    You should be able to use the following css code to align the subscription fields horizontally.

    .avia-mailchimp-form fieldset {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: nowrap;
    	flex-direction: row;
    }
    
    .avia-mailchimp-form fieldset .form_element {
    	margin-right: 10px;
    }
    
    .avia-mailchimp-form fieldset .button {
    	top: 28px;
    	position: relative;
    }

    Please don’t forget to toggle the Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1153583

    Hi Ismael.

    Thank you for getting back to me.

    Unfortunately, this does not work :(

    #1153849

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1153851

    Hi Jordan,

    Sure did. It didn’t change anything for the News page

    I have the code in there now and the MailChimp is verticle.

    https://libertyindustrial.com.au/news

    #1154165

    Hi team,

    I’ve managed to almost fix this.

    Can someone help me align the elements in the signup form? For some reason, they have strange spacing and alignment….

    See private content for log in details

    #1154378

    Hi Lara,

    Best regards,
    Victoria

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