Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1324394
    wbgTHEMECO
    Participant

    Could you look at this site and let me know if there is a way for the button not to be responsive or at least not so tiny at mobile views? They “Why EOS” button in the hero image on the home page.

    #1324395
    wbgTHEMECO
    Participant
    This reply has been marked as private.
    #1324934
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Would you mind providing us with login credentials so we can take a closer look?

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Cheers!

    #1325992
    wbgTHEMECO
    Participant
    This reply has been marked as private.
    #1326444
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. To make sure that your button will not get smaller, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 767px){
      .site .rev_slider_wrapper .x-btn {
        font-size: 14px !important;
      }
    }

    Please let us know if this works out for you.

    #1327217
    wbgTHEMECO
    Participant

    Thanks, that worked well.

    Could you take one more look at it and see if there is anything competing between the slider and X theme that is causing the hero image text not to fit on mobile screens?

    #1327490
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (max-width: 767px) {
    .rev_slider .caption, .rev_slider .tp-caption {
        font-size: 100% !important;
    }
    }

    Let us know how this goes!

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