• 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

[Resolved] Two columns on homepage (home middle section)

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 › Two columns on homepage (home middle section)

Tagged: two columns home

  • This topic has 2 replies, 2 voices, and was last updated 5 years, 1 month ago by Dee.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • November 28, 2015 at 8:53 pm #697
    Dee
    Participant

    Hi there,

    Here I have my own demo up: http://pjoweb.nl/flexdj/

    Instead of three columns, I would love to have two columns on my home page in the home middle widget area section.

    Can you tell me how to do this?

    Thanks in advance and kind regards,
    Dee

    November 29, 2015 at 4:18 am #698
    Chinmoy Paul
    Moderator

    You need to edit the style.css file. Go to line no. 718 and Replace the following CSS

    .first,
    .home-middle .featuredpage:nth-of-type(3n+1) {
        clear: both;
        margin-left: 0;
    }

    WITH

    .first,
    .home-middle .featuredpage:nth-of-type(2n+1) {
        clear: both;
        margin-left: 0;
    }

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

    Replace (line number 691)

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

    WITH

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

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

    Replace

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    WITH

    .one-half,
    .three-sixths,
    .two-fourths,
    .home-middle .featuredpage {
        width: 48.717948717948715%;
    }

    Cheers
    Chinmoy

    December 2, 2015 at 3:55 pm #708
    Dee
    Participant

    Great, Thanks, Paul!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

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