Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1184780
    wt
    Participant

    Hello there,
    My website’s blog & posts look great on desktop view using mobile devices. I want to force a desktop views on all devices but couldn’t find the mobile setting page. Can you please help? Thanks!

    #1184788
    wt
    Participant
    This reply has been marked as private.
    #1184829
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Kindly walk-through this thread for more information regarding your query :

    https://community.theme.co/forums/topic/forcing-desktop-view-on-mobile/

    Hope this helps!

    #1186044
    wt
    Participant

    I checked the threads related to the issue and I also used the code given in this thread: https://community.theme.co/forums/topic/is-there-anyway-to-keep-the-desktop-view-on-mobile-device/#post-123638, but it doesn’t work for me. I really need to have a desktop view on mobile devices. I appreciate any help on this.
    Thanks in advance!

    #1186075
    Rupok
    Member

    Hi there,

    Thanks for writing back. X is responsive and the content will adapt to the mobile screens to give better user experience and readability. I am not sure what you are referring by desktop view since only the sidebar will collapse on mobile and some font-size would be adjusted. Do you want to keep sidebar for mobile as well? Certainly it won’t be usual and will affect the UX badly. Let us know what you exactly trying to achieve.

    Hope this makes sense.

    #1186082
    wt
    Participant

    Hi Rupek,
    Thanks for your quick response and wonderful understanding. Yes, you exactly got my point. I want the sidebar to stay to the right side on mobile, just like it was on larger devices. I really appreciate your help.
    Thanks!

    #1186086
    Rupok
    Member

    Hi there,

    Thanks for writing back. As I mentioned it would be very unusual and the content would be tiny and unreadable. however if you still want; you can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    .x-main.left {
      float: left;
      padding-right: 25px !important;
      width: 72% !important;
    }
    
    .x-sidebar.right {
      float: right !important;
      width: 28% !important;
    }
    }

    Hope this helps.

    #1186135
    wt
    Participant

    Thanks again Rupok, for the quick help. Yes, like you said, when I use the code the page looks something weird, sorry for my misunderstanding. I think I should explain what I need in other words. What I need is the zoomed out full desktop view version to be displayed on mobile devices so users can get the same view on both large and smaller devices except the font and content size differences.
    Thanks!

    #1186156
    Christian
    Moderator

    I see. Regretfully, we do not support disabling the responsive feature of X. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thank you for understanding.

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