• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: Problem with smartphone view of website

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › Problem with smartphone view of website › Reply To: Problem with smartphone view of website

November 5, 2015 at 4:21 pm #636
Chinmoy Paul
Moderator

Replace this CSS (line no 608)

.content, 
.home-bottom-left {
  float: right;
  width: 693px;
}

WITH

.content, 
.home-bottom-left {
  float: right;
  width: 600px;
}

Also you will add this

@media only screen and (max-width: 960px ) {
  body {
    margin-left: 7%;
    margin-right: 7%;
  }
}

@media only screen and (max-width: 800px ) {
  body {
    margin-left: 1%;
    margin-right: 1%;
  }
}

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates