New Landing How can we help? Themeforest Theme Support Dante Full width text block

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #86854
    E_K
    Member
    Post count: 199

    Hello,

    Is it possible to align this additional bottom part?

    Left – middle(current) – right?

    Thanks

    #86863
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sure, just add the following extra classes to each box in the provided box when editing:

    mt0 mb0

    That will remove the top and bottom margins on each asset.

    – Ed

    #86865
    E_K
    Member
    Post count: 199

    Thank you Ed,

    I think you misunderstood.

    Can I move this arrow shape to left or right?

    Normally, it shows it in the middle.

    Can I just take it to right or left?

    You can find the attached.

    Many thanks again.

    #86870
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh ok, I see – apologies for not understanding it first time round.

    You could do this by adding a custom class for each, and then adding some custom css. Try this:

    .full-width-text.arrow-left:after {
    left: 35%;
    }
    .full-width-text.arrow-right:after {
    left: 65%
    }
    

    Then simply use extra class arrow-right or arrow-left in the full width text block.

    Hope that helps!

    – Ed

    #86872
    E_K
    Member
    Post count: 199

    Thanks Ed, you are amazing:))

    Final one, Can I also customize this a bit?

    such as colour or size different eye catching things?

    #86939
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes you can, do you just want to change the arrow? Or the whole background of the full width text block?

    Also what is it you would like to change?

    – Kyle

    #86941
    E_K
    Member
    Post count: 199

    Hello Kyle,

    Thank you for you reply.

    Just want to change the shape(Arrow). May be deeper arrow or similar shapes.

    Thanks.

    #86944
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Well the css for the arrow is:

    .full-width-text:after {
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 25px solid transparent;
      bottom: -25px;
      left: 50%;
      margin-left: -30px;
    }

    You would need to change the border values

    – Kyle

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