New Landing How can we help? Themeforest Theme Support Dante transparent button in revolutionsslider cut-off"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #90521
    Rubinho
    Member
    Post count: 3

    Hello there,

    im having trouble with the transparent button in the revolution slider.
    When i change the demo-text ” TELL ME MORE” into something else the button gets cutoff on the right side when viewed in chrome. See screenshot

    code i’m using= <a href='/features/'>LEES MEER</a>

    Can you plz give a solution?
    Ive tried diffent words/text and also a complete new button tag/shortcodebur the same problem occurs.

    Looking forward to your response..thanks!

    Attachments:
    You must be logged in to view attached files.
    #90528
    Rubinho
    Member
    Post count: 3

    whoops this is the whole code <a href='/features/' class='sf-button transparent-light large'>LEES MEER</a>

    #90533
    markfordham
    Member
    Post count: 57

    Hey Rubinho, I had the same problem.

    Try adding this in the custom css section:


    a.sf-button {
    overflow: visible!important;
    }

    However, this will affect the buttons when hovering over the cart drop down. If you have this on your site you might want to add this css as well:


    .shopping-bag a.sf-button {
    overflow: hidden!important;
    }

    #90613
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css :
    a.sf-button{max-width:200px !important}
    Thanks 🙂
    With Best Regards
    Swift Ideas

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

You must be logged in to reply to this topic.