Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #231283

    Lou Diamonds
    Participant

    Hi,

    Is it possible to make the text in buttons also be responsive?

    Thanks!

    #231505

    Friech
    Moderator

    Hi There,

    Thank you for writing in! The button shortcode are responsive by default (visit this page on mobile view). Please provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #231755

    Lou Diamonds
    Participant

    Hi,

    The URL is http://www.herabewind.nl. In a small window (when the button shrinks because of the size of the window) the text sticks outside of the buttons.

    Thanks!

    #231968

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! Unfortunately, we are unable to see or replicate your issue on our end. Would you have happened to have solved your issue already? The texts doesn’t go beyond the buttons on our end.

    See http://prntscr.com/6j5dxl

    Please update us otherwise – thanks!

    #232128

    Lou Diamonds
    Participant

    Hi,

    I did try a different approach, that solved it in most cases. However this didn’t solve the issue completely.

    In dutch the text in the first button says something different and in some cases the problem is still there: http://prntscr.com/6jazcx

    Thanks.

    #232412

    Thai
    Moderator

    Hi There,
    Thanks for writing in!
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    
    @media (max-width: 880px){
    #x-content-band-2 .x-btn.x-btn-x-large {
    font-size: 16px;
    }
    }

    Hope it helps.

    #232436

    Lou Diamonds
    Participant

    Perfect!

    Thank you..

    #232687

    Rue Nel
    Moderator

    You are most welcome. Good thing it worked for you!