Home Forums Total How to remove Responsive layout and mobile theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2838
    Mahamadul
    Participant

    please help me?

    #2864
    Hash
    Keymaster

    Why would you want to remove the responsive?

    #2868
    Mahamadul
    Participant

    see my site

    #2875
    Hash
    Keymaster

    The problem is due to content that you have added that is not responsive at all.

    #2877
    Mahamadul
    Participant

    yes, that’s why I want remove Responsive layout And Mobile theme.

    #2882
    Hash
    Keymaster

    You will have to edit the style.css

    Delete all the codes below line 3086 starting with @media screen and (max-width: 1200px){…

    #2885
    Mahamadul
    Participant

    thank you

    Now Responsive layout problem solved

    but one problem still remains mobile site view?
    so, please tell me how to remove mobile theme?

    #2912
    Hash
    Keymaster

    Better disable the sticky header option or

    Add this CSS

    .ht-sticky-header #ht-masthead{
    position: static;
    }

    #2933
    Mahamadul
    Participant

    Force a Desktop Version of a Site on a Mobile Device

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.