Tagged: x
-
AuthorPosts
-
March 25, 2016 at 8:02 am #852360
Hey,
For the resources page, could anyone help me align the text to be directly under the icon, as well as reduce the vertical white space between the icon and the heading for each icon?
I also want to add some button with text next to it, under each icon.
Also, is there a way to make the page non-full width without a container?
Thanks!
March 25, 2016 at 8:03 am #852361This reply has been marked as private.March 25, 2016 at 11:55 am #852583Hi there,
Thanks for writing in. You can add this under Custom > CSS in the Customizer.
.page-id-59 #x-content-band-3 .vc_icon_element { margin-bottom: 0; } .page-id-59 #x-content-band-3 .x-column p { margin-top: -15px; }
Hope this helps.
March 25, 2016 at 12:05 pm #852590Hey,
I changed the page format to one with a container and made it transparent.
I’ve put in your code but nothing has changed.
How do i decrease the space between the icon and the heading under it as well as the white empty void between the header and the resources?
thanks
March 25, 2016 at 5:12 pm #852881Hi there,
Plese try this code instead:
.page-id-159 #x-content-band-3 h2.h-custom-headline p { margin-bottom: 0; }
Hope this helps.
March 27, 2016 at 8:36 pm #854621Hey,
This worked great.
Thanks!
March 27, 2016 at 9:03 pm #854657You’re welcome. Glad we could help. 🙂
-
AuthorPosts