New Landing How can we help? Cardinal Recreate "Full-width" text box from Dante?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Cardinal
  • #144052
    rwolfenden
    Member
    Post count: 66

    Hi,

    I also use your Dante theme and find the “Full-Width” text box useful with the small triangle it features.

    Can this be replicated in Cardinal? I know I read some CSS somewhere to do this but I can’t seem to find it.

    Thanks,
    Rob

    #144180
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You’ll need to add a Row asset, with a text box inside it. Add an extra class like ‘bottomarrow’ to the Row. Then please provide your link so I can provide you with the custom css

    – Kyle

    #144476
    rwolfenden
    Member
    Post count: 66
    This reply has been marked as private.
    #144560
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css, this is for the bottom one. If it does not work please provide me with a login

    .spb-row-container.bottomarrow-row:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 25px solid #545445;
      bottom: -25px;
      content: "";
      height: 0;
      left: 50%;
      margin-left: -30px;
      position: absolute;
      width: 0;
    }
    .spb-row-container.bottomarrow-row {
      position: relative;
    }

    – Kyle

    #144924
    rwolfenden
    Member
    Post count: 66
    This reply has been marked as private.
    #145224
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .spb_parallax_asset.bottomarrow-row {
      overflow: visible;
    }

    – Kyle

    #145580
    rwolfenden
    Member
    Post count: 66

    Perfect! I’ve changed the colour but spot on!

    #145597
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Kyle
    -Rui

    #145651
    rwolfenden
    Member
    Post count: 66

    What would I edit to recreate it on the top version?

    Thanks again folks! ๐Ÿ™‚
    R

    #145653
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try:

    .spb-row-container.toparrow-row:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 25px solid #545445;
      top: -25px;
      content: "";
      height: 0;
      left: 50%;
      margin-left: -30px;
      position: absolute;
      width: 0;
    }
    .spb-row-container.toparrow-row {
      position: relative;
    }
    .spb_parallax_asset.toparrow-row {
      overflow: visible;
    }

    – Kyle

    #145924
    rwolfenden
    Member
    Post count: 66

    Perfect, thanks Kyle!

    R

    #146379
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

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