Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18505
    Anneli
    Member

    Hi and thanks for a great theme.

    I’m using Catch Everest Pro and would like to change the number of Featured contents that are shown per row.

    In the Theme Options > Home Page Settings > Homepage Featured Content Options I can select how many posts I want to present and also select 3 or 4 columns.
    However I would like to have 2 columns and not 3 or 4.

    I have created a child theme could you please point me to which php files I need to add to the child theme and modify to get this to work?

    #18521
    Sakin
    Keymaster

    @Anneli: What you can do is create 4 columns and add contents. Then send me your site URL and then I will send you CSS code to make just 2 columns.

    #18523
    Anneli
    Member

    Dear Sakin,

    http://fresh-clean.se/wordpress/

    This is the temporary address.

    #18525
    Sakin
    Keymaster

    @Anneli You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
    #featured-post .post.layout-four { width: 48%; }
    #featured-post #featured-post-3 { clear: both; margin-left: 0; }
    }
    #18526
    Anneli
    Member

    Perfect!

    Superb support and wonderful theme.

    Seasons greetings from Sweden!

    #18528
    Sakin
    Keymaster

    @Anneli: Thanks for your appreciation and Greetings from Nepal.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured content – change number of columns’ is closed to new replies.