Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28451
    script
    Member

    Hi,

    I’m using the free version of Catch Box on my website. I see that the theme has its own “mobile version” displayed when viewers visit my website with their cell phones. I would like to remove this “mobile version”, and make have the default version of my theme appear on mobile devices. Could you tell me what steps I should take to accomplish this? Thank you.

    #28484
    Sakin
    Keymaster

    @script: Sorry the option to disable responsive design is only available in Pro version.

    #29507
    script
    Member

    Thank you for the response. I’ve read other posts on here that were asking the same thing. I’m trying to edit the theme myself so I can get rid of the responsive design, it doesn’t seem too complicated, I just need some pointers, any suggestions?

    #29558
    Sakin
    Keymaster

    @script: The main problem is the responsive CSS. We haven’t separated responsive css in responsive.css like our other theme with the option. So, for now you have to build child theme and them remove the following code in header.php
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    and then in your child them style.css, do not import parent theme style.css and just copy all the css to your child theme style.css and remove all css in the heading

    /* =Responsive Structure
    ----------------------------------------------- */
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Version’ is closed to new replies.