• Hi,

    I have a huge problem. I’ve got the Fashionistas theme, but the theme isn’t responsive anymore. I know where the problem is, but I can’t get it solved. I use a child theme, but I didn’t add any style sheet or something to it. So, it’s almost empty. I think I need to add the style sheet css to my child theme, but how I do that? Just copying and paste?

    My Blog: https://www.thebeautyboulevard.nl

    I would love to receive some help!

    -Celine

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Celine,

    Can you please try to activate parent theme and see if it helps?

    Kind Regards, Roman.

    Thread Starter beautybnl

    (@beautybnl)

    I did that before and yes, that solves the issue. But I don’t want to do that, because then it takes me weeks to remake my website. The parent theme isn’t my website.. I just need to copy some things out of the parent theme to my child theme..

    Okay Celine,

    Please try to use the following CSS code.

    You can add CSS code to your site with Simple Custom CSS plugin (just copy CSS code and paste it in Dashboard → Appearance → Custom CSS after installing and activating the plugin). Also you can add CSS code directly to style.css file of your child theme.

    @media screen and (max-width: 960px) {
        .container {
            width: 90% !important;
        }
    }

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile theme isn’t responsive #Help!’ is closed to new replies.