Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182006
    bigdreams
    Participant

    Site: http://qualitymovement.at/team/

    text is overlaying on smaller screens..

    thx

    #1182007
    bigdreams
    Participant

    img again

    #1182121
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! You’ve given max-width to your left sidebar images, please remove the inline style from the images and add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-text p {
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    Let us know how this goes!

    #1182129
    bigdreams
    Participant

    still there :/

    #1182132
    bigdreams
    Participant

    on image

    #1182420
    Jade
    Moderator

    Hi there,

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

    @media (min-width: 768px) and (max-width: 1122px) {
        .page-id-311 #x-section-2 .x-container .x-column:first-child .x-img {
            width: 100%;
        }
    }

    Hope this helps.

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