New Landing How can we help? Themeforest Theme Support Dante Full width row with 3 elements and no padding

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #271482
    morruu
    Member
    Post count: 106

    Hi again,

    Here is another question.

    I have a full width row with the wrap type set to full width. Inside the row element I have 3 boxed content elements. How can I get rid of the padding between the boxes and the margin in the bottom?

    I have tried to add extra classes like pr0 pl0 mb0 for the row element without success.

    Please see attached screenshot.

    Best regards
    Morten

    Attachments:
    You must be logged in to view attached files.
    #271804
    David Martin – Support
    Moderator
    Post count: 20834

    Edit the row settings, look for this:

    #273876
    morruu
    Member
    Post count: 106

    Hi David,

    I activated the setting, but there is still space between the three boxes and a margin to the next element on the page.

    Please take a look at the screenshot.

    Best regards
    Morten

    Attachments:
    You must be logged in to view attached files.
    #274061
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide me a link to that page and also some admin credentials so we can check it?
    Use the private reply.

    Thanks

    -Rui

    #274079
    morruu
    Member
    Post count: 106
    This reply has been marked as private.
    #274156
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .spb-row-full-width.remove-element-spacing .spb_box_text {
      padding: 0;
    }
    .spb-row-full-width.remove-element-spacing .spb_box_text .box-content-wrap {
      min-height: 280px;
    }

    – Kyle

    #274312
    morruu
    Member
    Post count: 106

    Thanks. The custom css code works. If I only want to use the css code on this page, should I then add the page id to the css code e.g.

    .page-id-6699 .spb-row-full-width.remove-element-spacing .spb_box_text {
    padding: 0;
    }
    .page-id-6699 .spb-row-full-width.remove-element-spacing .spb_box_text .box-content-wrap {
    min-height: 280px;
    }

    Best regards
    Morten

    #274314
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes that’s correct

    – Kyle

    #274315
    morruu
    Member
    Post count: 106

    Thank you for the support 🙂

    #274316
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 10 posts - 1 through 10 (of 10 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