Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1172125
    leks29
    Participant

    how can i modify the width for mobile devices? the page content in mobile devices is set to 641 pixels and i need to change this to 411 pixels so the content doesnt seem to be lost

    #1172333
    Jade
    Moderator

    Hi there,

    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.

    #1173872
    leks29
    Participant

    the url is jtmedios.com.mx

    #1174346
    Rupok
    Member

    Hi there,

    It seems you set the container width to 125%; that doesn’t makes sense. You should set 100% or less to get expected result.

    Thanks!

    #1183701
    leks29
    Participant

    i have checked and it seems my “site width” is set to 90% under the customise settings, is there a way i can fixed this with css? what should i add o modify?

    #1183822
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    @media (max-width: 979px) {
        .x-container.width {
            width: 100% !important;
        }
    }

    Hope this helps.

    #1187030
    leks29
    Participant

    that did the trick thanks a lot

    #1187047
    leks29
    Participant

    now what seems to be happening is the phone number at the top seem to bee cutting off some part of it, is there a way to fix this?

    #1187399
    Rad
    Moderator

    Hi there,

    Please add this as well,

    @media ( max-width: 979px ) {
    
    .x-social-global {
        background-color: transparent !important;
    }
    
    }

    Cheers!

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