Tagged: cornerstone
-
AuthorPosts
-
October 31, 2016 at 12:45 pm #1238189
Hi Kathy,
Please update this code:
li#field_2_4 { float: right !important; clear: none !important; margin-top: -330px; }
to
li#field_2_4 { float: right !important; clear: none !important; margin-top: -270px; }
Hope this helps.
November 18, 2016 at 8:16 am #1262537Hi, I changed my theme to ethos three and the gravity forms no longer float correctly. I attached a picture from my site today, this is how I want it to look. Here is staging.
http://tatyanakozh.staging.wpengine.com/contact/When I insert the above code, it overlaps on itself.
Thanks,
KathyNovember 18, 2016 at 11:30 am #1262737HI there,
Please use this code:
.page-id-18 li#field_2_4 { float: right !important; clear: none !important; margin-top: -200px; width: 60%; }
Hope this helps.
November 19, 2016 at 11:22 am #1263681It overlaps on smaller screens, can you assist with that? Thanks!
November 19, 2016 at 9:50 pm #1264001Hello There,
To avoid the overlap on smaller screens, please have the code updated and use this instead:
@media(min-width: 768px){ .page-id-18 li#field_2_4 { float: right !important; clear: none !important; margin-top: -200px; width: 60%; } }
Hope this helps. Please let us know how it goes.
January 19, 2017 at 3:41 am #1336421This reply has been marked as private.January 19, 2017 at 4:48 am #1336473Hi,
Please change the code to this.
@media(min-width: 768px){ .home li#field_2_4 { float: right !important; clear: none !important; margin-top: -200px; width: 60%; } }
Hope that helps.
-
AuthorPosts