Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1283359
    stevec114
    Participant

    Hello!

    While I have found many answers here in the support center this issue hasn’t been mentioned yet that I know of.

    I am having several issues with 3 buttons at different resolutions:
    1. The buttons will overlap in certain screen sizes, screenshot attached. I have played around with padding and margin settings but nothing seems to fix this. I have it set as a 3 column row with a button in each column.
    2. Sometimes the third column/button will wrap down to a second row but only on larger resolutions. Weird! (another screenshot attached)

    The width of the buttons as is matches the design specs, ideally I would like to keep the sizing and fix the responsive issues.

    Any ideas? The site is http://wwwnewtest.revolutionehr.com

    Thanks!

    #1283425
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS:

    @media (max-width: 990px) and (min-width: 768px){
        .practice-type-button {
            width: 100%;
            font-size: 22px !important;
        }
    }

    Hope it helps 🙂

    #1283633
    stevec114
    Participant

    Thanks! That does help with issue #1. Still seeing issue #2 where the last button wraps to a new row at larger screen sizes. It seems to wrap with a 1225px or wider screen.

    Any thoughts?

    #1283987
    Friech
    Moderator

    Hi There,

    That is weird, I can not replicate the issue even on a resolution lower than 1225px. Try to set your practice-type-button width to 96% instead of a static 250px.

    Thanks.

    #1284816
    stevec114
    Participant

    Thanks, with a bit more troubleshooting the issue seems to be limited to Safari. Setting the width to a % seemed to do the trick so thank you for your help!

    #1284879
    Joao
    Moderator

    You are welcome, let us know if you need help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1283359 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>