Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #893928
    Kevin W
    Participant

    Integrity
    Layout: Boxed

    I have tried adding code from other posts to fix the mobile display. Currently there is a bunch of space to the right. How can I get rid of it?

    I will post link and image in a followup private post.

    #893933
    Kevin W
    Participant
    This reply has been marked as private.
    #893940
    Kevin W
    Participant
    This reply has been marked as private.
    #894843
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you have the following code with !important tag that’s causing the issue :

    .x-main.left, .x-main.right {
      width: 72% !important;
    }

    Kindly remove the !important tag or use !important for the media query code too.

    Cheers!

    #895219
    Kevin W
    Participant

    Thank you!! That worked for the main content. Then I had the same issue with the sidebar so I took out “!important” on

    .x-sidebar.left,
    .x-sidebar.right {
      width: 27%;
    }

    and that fixed that too. 🙂

    #896177
    Friech
    Moderator

    You’re welcome, glad we could help.

    Cheers!

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