Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #66429
    DONOVAN
    Member

    Is there any way to get only 2 Featured Content areas?

    I went in to Appearance -> Customize -> Featured Content Options, and my only options are 3 and 4 it seems.

    #66447
    Sakin
    Keymaster

    @DONOVAN: You can choose 4 and just add 2 content. Then for css you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 480px) {
        #featured-content.layout-four .hentry { width: 50%; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Content’ is closed to new replies.