Tagged: x
-
AuthorPosts
-
March 31, 2016 at 1:22 am #860224
Hi, I have an unwanted space between Text and custom grid. Despite using classes mtn etc I cannot remove it.
Can you have a look at it and let me know how I can remove it?
March 31, 2016 at 1:23 am #860226This reply has been marked as private.March 31, 2016 at 2:48 am #860371Hi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-text p { margin-bottom: 0; }
The remaining gap is the block grid item top margin. You can place a class mtn to those block grid item.
Hope it helps, Cheers!
April 1, 2016 at 10:52 am #862737Hi, I implemented the code and the class but nothing changed. do you have any other ideas how I can address this issue?
April 1, 2016 at 10:28 pm #863406Hi There,
I don’t see the code on your Custom CSS? I just did the test again and it did work. Would you mind providing us login credentials, in private reply so we can take a closer look?
Make sure you clear all caching features your site might have including your browser’s cache, after adding the code.
Thanks.
April 2, 2016 at 3:42 am #863604This reply has been marked as private.April 2, 2016 at 12:42 pm #863952Hi There,
Please add the following CSS under Customizer > Custom > Edit Global CSS:
@media (max-width: 480px){ .page-id-5634 #x-section-1 ul.x-block-grid.two-up { width: 100%; } }
Hope it helps 🙂
-
AuthorPosts