Reply To: Featured Pages instead of Posts On "Home Featured Posts" Widget

Homepage Community Forums Optimal Theme Support Featured Pages instead of Posts On "Home Featured Posts" Widget Reply To: Featured Pages instead of Posts On "Home Featured Posts" Widget

#534
Wes
Moderator

    I’m sure more code will need to be added depending on what all you are trying to do. For now, here is the css for making the Featured page widget float side by side in the home-featured-posts section.

    .home-featured-posts .featuredpage {
    float: left;
    width: 240px;
    clear: none;
    }

    You can place this code in your Home Featured Posts section, which starts around line 714 in your style.css file. Add the necessary changes as needed, such as width, color, etc.