-
AuthorPosts
-
October 24, 2019 at 6:47 am #1150751October 28, 2019 at 12:03 am #1151625
Basically, I want it to look like this but instead of grey background can I have it blue #005daa?
October 29, 2019 at 9:28 pm #1152148Hi,
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,
BasilisOctober 29, 2019 at 11:25 pm #1152171Thanks 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.November 1, 2019 at 5:19 pm #1153102Hi,
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,
IsmaelNovember 4, 2019 at 1:48 am #1153583Hi Ismael.
Thank you for getting back to me.
Unfortunately, this does not work :(
November 5, 2019 at 2:18 am #1153849Hi,
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 ShannonNovember 5, 2019 at 2:22 am #1153851Hi Jordan,
Sure did. It didn’t change anything for the News page
I have the code in there now and the MailChimp is verticle.
November 6, 2019 at 5:53 am #1154165Hi 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
November 6, 2019 at 6:41 pm #1154378Hi Lara,
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.