Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1257000
    gorskit74
    Participant

    how to fix it ? –

    FAQ


    same situation with menu text

    #1257356
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    @media (max-width: 979px)
    .x-sidebar.right{
        padding: 50px;
    }

    The CSS will adjust your sidebar in mobile view.

    Let us know how it goes.

    Thanks.

    #1258333
    gorskit74
    Participant

    nothing has changed
    texts are on the left side of mobile view without any space between edge of screen and text – the sane situation with menu texts

    #1258340
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-container.width {
        width: 90% !important;
    }

    if you would like to affect just mobile devices add instead:

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

    Hope that helps

    Joao

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