Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums HTML Templates Metropolis – Clean Multipurpose Theme responsive view not working on smartphone Reply To: responsive view not working on smartphone

#3437
Danijel
Participant

Hi,
We have take a closer look at your website and we find what causing the website is not responsive.
You have changed main container class and all classes are tied together for perfect responsiveness.
I recommend not changing any container classes.

You have change class="content-wrapper" into the class="container_13" due content-wrapper class is tied to all subclasses you should change it back to original.

Best way to achieve your required styling to add class next to the content-wrapper.
Here is example:
<div class="content-wrapper grey-background">

Then you add css style to the class grey-background.
.grey-background {background-color: #CCC;}

See if this solve your problem.

Danijel