Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1095091
    macknum
    Participant

    Hi,

    we got some problems with text that with different screen sizes the scaling is not working properly so that we get some overlap of text or the endings disappear, please check the screenshots attached.

    Homepage (done with cornerstone): Endings missing of “Endkundenprodukte”

    Portolio: Text is going over the edges of the boxes

    Blog: Text is going over the edges of the boxes.

    This is happending when you shrink the width of the browser window and or on different pcs/mobile phone right away.

    #1095116
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

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

    Thanks.

    #1095154
    macknum
    Participant
    This reply has been marked as private.
    #1095225
    Christopher
    Moderator

    Hi there,

    In regards with custom headlines, please check this thread : https://community.theme.co/forums/topic/images-and-text-not-fully-responsive-and-card-element-issues/#post-1094854

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

    @media (max-width: 480px){
    .x-iso-container-posts.cols-3 .entry-title,h2.entry-title.entry-title-portfolio a {
        font-size: 100%;
    }
    }

    Hope it helps.

    #1095238
    macknum
    Participant

    thx for the reply. shall I copy the complete “script” as above simply into the global css? what should the difference be I should experience?

    #1095260
    Christopher
    Moderator

    Hi there,

    Yes, it changes font size for screen width smaller than 480px.

    Hope it helps.

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