Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #987791
    jcmckay3
    Participant

    I’m trying to get the mobile text to size correctly as it gets cut off in this parallax section.

    It’s the “Established. Proven. Working.” section down at the bottom. http://www.empireinvestornetwork.com

    Here is the custom CSS for the text id.

    I appreciate the help!

    #epw {
    color: #fff;
    font-weight: 900;
    text-shadow: 5px 5px 8px #173959;
    text-align: center;
    }

    #987798
    jcmckay3
    Participant
    This reply has been marked as private.
    #987801
    jcmckay3
    Participant

    It’s the “Established. Proven. Working.” text in the parallax section near the bottom of the page.

    #988123
    Joao
    Moderator

    Hi There,

    Please try adding this to your Appereance / Customizer / Custom / CSS

    @media only screen and (max-device-width: 480px) {
    #epw {
    font-size: 50px;
    } }
    

    Hope that helps,

    Joao

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