Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852360

    yhshin1020
    Participant

    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!

    #852361

    yhshin1020
    Participant
    This reply has been marked as private.
    #852583

    Jade
    Moderator

    Hi 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.

    #852590

    yhshin1020
    Participant

    Hey,

    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

    #852881

    Jade
    Moderator

    Hi there,

    Plese try this code instead:

    .page-id-159 #x-content-band-3 h2.h-custom-headline p {
        margin-bottom: 0;
    }

    Hope this helps.

    #854621

    yhshin1020
    Participant

    Hey,

    This worked great.

    Thanks!

    #854657

    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂