Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1178906
    lorivanessa
    Participant

    My page headings/titles are not resizing on mobile. I have tried various CSS and Javascript suggestions based on previous problems but nothing is working. Please advise.

    #1179118
    Lely
    Moderator

    Hi There,

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

    #1180553
    lorivanessa
    Participant
    This reply has been marked as private.
    #1180765
    Lely
    Moderator

    Hi There,

    Thank you for the URL.
    Instead of using text element and then adding heading tag inside, please use Custom Headline. There’s also an option there for Text-align. To make it responsive, see this:http://screencast-o-matic.com/watch/cDQqnGjDYQ

    Hope this helps.

    #1241264
    lorivanessa
    Participant

    This still did not work. It still cuts off the ends of the words.

    #1241554
    Jade
    Moderator

    You can try using the Responsive Text feature in Cornerstone. To apply an Responsive settings to a text, assign a class to the Text element

    screenshot

    And then use that class to be the selector of the Responsive text setting

    screenshot

    Feel free to adjust the compression, minimum, and maximum size option.

    You can even use that class to style your text, with that said you don’t need to wrap the text on a span tag.

    .resp-txt {
    	text-align: center;
    	color: #000;
    	font-family: roboto;
    	font-style: normal;
    	font-weight: 500;
    }

    Add this under Custom > CSS in the Customizer.

    Hope it helps, Cheers!

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