New Landing How can we help? Themeforest Theme Support Dante Eliminate space between "Boxed Content" and "Text Block"?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #302301
    iampossible
    Member
    Post count: 21

    Greetings,

    I’ve gone through other responses on the forum and the Dante Documentation but couldn’t figure out the solution.

    How would you go about in eliminating top and bottom space between all the “Boxed Content” and “Text Block” on a website?

    PS: I’ve tried inserting this “mb0 mt0 pb0 pt0 bb0 bt0 pmb0 p” in the extra classes (see attachment) but that has had no effect.

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

    Hi,

    Can you provide us the url for that page so we can determine the correct css?
    Thanks

    -Rui

    #302363
    iampossible
    Member
    Post count: 21
    This reply has been marked as private.
    #302569
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .spb_box_text.coloured {
      margin-top: -15px;
    }
    #302655
    iampossible
    Member
    Post count: 21

    Thank you for your response David,

    I played around with your code and got the result I needed. If anyone else ever reads this here is some addition you might need.
    Sometimes its not enough to eliminate space just above, in that case you can add this to eliminate space below as well.

    .spb_box_text.coloured {
    margin-top: -15px;
    margin-bottom: -15px;
    }

    Hope this helps 🙂
    (Please mark this as resolved)

    #302740
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks David.
    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register