Tagged: x
-
AuthorPosts
-
April 1, 2016 at 9:18 am #862603
Hi my mailchimp width is not filling up my column since I have put on marginless columns.
Can you help me with this? Thanks!April 1, 2016 at 9:18 am #862604This reply has been marked as private.April 1, 2016 at 7:02 pm #863270Hi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
#x-section-3 .x-container .x-column { float: left !important; }
Hope it helps, Cheers!
April 2, 2016 at 7:36 am #863724It does!! Can you maybe shortly explain this, because I would like to understand what went wrong and how this code is a solution. Thank you so much if you would take time for this!
April 2, 2016 at 10:32 pm #864262Hello There,
Once you set the row setting to have a marginless columns, all the columns under that row will display as a table cell and no longer be floated left. Since the mailchimp form is being displayed with a column container, this also follows the marginless column settings. The code overrides the marginless columns settings and make it floated to the left thus make it occupy the whole column.
Hope this explains briefly.
-
AuthorPosts