New Landing How can we help? Cardinal Portfolio Margins

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #95706
    Brentnauer
    Member
    Post count: 65

    How would I get rid of the top and bottom margins for the portfolio page builder element? I already have added the mt0 and mb0 classes, but there’s still a small gap above the element and a larger one beneath.

    #95948
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Hi

    Try adding this to your custom css:

    .bold-design figure.animated-overlay figcaption {
      padding: 0;
      top: 0;
      left: 0;
    }
    .bold-design ul.portfolio-items.no-gutters {
      padding-bottom: 0;
      padding-top: 0;
    }
    .portfolio-item {
      top: 0!important;
    }
    .portfolio-items.no-gutters .portfolio-item-details, .portfolio-full-width .portfolio-item-details {
      padding: 0;
    }

    – Kyle

    #96109
    Brentnauer
    Member
    Post count: 65

    This seems to have worked; thank you!

    #96114
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register