• 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: Can't get 4 columns on HP

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 › Can't get 4 columns on HP › Reply To: Can't get 4 columns on HP

June 28, 2015 at 12:22 pm #364
Chinmoy Paul
Moderator

You need to modify the style.css file. Replace this existing CSS

.one-third,
.two-sixths,
.home-middle .featuredpage {
    width: 31.623931623931625%;
}

BY

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

Now you will replace this one

.one-fourth {
    width: 23.076923076923077%;
}

By

.one-fourth,
.home-middle .featuredpage {
    width: 23.076923076923077%;
}

=====================

Add this new CSS in your style.css file

#featured-page-3 {
clear: both;
margin-left: 0;
}

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