Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #57915
    Grenouille
    Participant

    Hi, I’ve been working on your free theme for a bit offline, and I’m very interested in purchasing the pro version, however I’d like to know if it’s possible to change the number of colums of the Featured Content to only 2. On the free version I only see the option for 3 or 4 columns, and that’s a problem for me. Thank you!!

    #57975
    Sakin
    Keymaster

    @Grenouille: Sorry there is no option to make it 2 columns. But we can work on it and it will soon in release in next version update. We are about to release by this weekend. But for now, you can choose 4 columns layout and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.

    #featured-content.layout-four .hentry {
    	text-align: center;
    	width: 50%;
    }
    #featured-content.layout-four .hentry:nth-child(2n+1) {
    	clear: both;
    }
    @media screen and (max-width: 480px) {
    #featured-content.layout-four .hentry {
    	width: 100%;
    }
    }
    #57978
    Grenouille
    Participant

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set Featured Content to 2 columns’ is closed to new replies.