Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143468
    Nuera
    Participant

    I have an Essential Grid layout I’ve created at http://fenetex.nueramarketing.com/. It looks perfect on desktop and tablet, but on mobile the text is just too large.

    Is there a way to automatically scale the text down on mobile, similar to Revolution Slider?

    Thanks 🙂

    #1143787
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    @media (max-width: 797px) {
        .esg-grid * {
            font-size: 28px !important;
            padding-left: 0 !important;
            line-height: 28px !important;
        }
    }

    Hope this helps.

    #1144663
    Nuera
    Participant

    That works, now I just need to center the text in that space.

    I tried a couple alignment/margin settings, but they didn’t seem to affect it.

    Thanks!

    #1145016
    Rupok
    Member

    Hi there,

    Kindly update your code to following :

    @media (max-width: 797px) {
    .esg-grid * {
        font-size: 28px !important;
        line-height: 28px !important;
        padding-left: 0 !important;
        text-align: center;
    }
    
    .esg-cc .esg-center {
      padding: 200px 0;
    }
    }

    Hope this helps.

    #1146066
    Nuera
    Participant

    Perfection! Thanks 😀

    #1146178
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

    #1151210
    sebagc
    Participant

    Hi!
    I had the same problem, and could solve it with this code.
    Can you help me also with alignment for the button text?
    When on mobile, it goes to the left. I would like to have it centered.

    Thank you very much in advance!

    #1151214
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to 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.

    #1151224
    sebagc
    Participant
    This reply has been marked as private.
    #1151227
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To assist you with this issue, we’ll first need you to 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.

    Hope this helps. Kindly let us know.

    #1151228
    sebagc
    Participant
    This reply has been marked as private.
    #1151235
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:767px){
    .esg-bc.eec a {
        display: inline-block !important;
        float: none !important;
        text-align: center !important;
        padding: 0 !important;
    }
    }

    Hope that helps.

    #1151720
    sebagc
    Participant

    thank you very much!!!

    #1151721
    Joao
    Moderator

    You are welcome 🙂

    Let us know if we can help with anything else.

    Joao

    #1152500
    sebagc
    Participant

    Hi Joao!
    Can you help me also with the Title Font Size when in mobile?
    It doesn’t seam to get smaller.

    Thank you very much!!!
    Best Regards!
    Sebastian

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