• Resolved larryboulder

    (@larryboulder)


    I’m working on a prototype, https://victormestas.com/ and would like to be able to have 4 items in the Featured Content area. I can’t find anything in the customize menu that addresses that issue. Your demo site uses 4 items, hopefully I’m overlooking something easy.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am not sure if there is an option there in the theme for achieving that. But if you can add four images there, then you can add 4 images there and use this css in your style.css so that you can achieve what you want.

    @media screen and (min width: 990px) {
    .grid .featured-content .hentry {
        width: 25%;
    }}
    Thread Starter larryboulder

    (@larryboulder)

    Thanks for your suggestion, unfortunately it didn’t work.

    Thread Starter larryboulder

    (@larryboulder)

    Seems like there’s a number of other changes that need to be made, but my css/php skills aren’t up to the task.

    Thread Starter larryboulder

    (@larryboulder)

    I tried checking the box for “Switch Featured Grid Columns to 4?” and it did the trick. I tried before, but it didn’t work for what ever reason.

    Thanks for your wonderful Child Theme!

    Thread Starter larryboulder

    (@larryboulder)

    Thanks again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘4 items on Featured Content Area’ is closed to new replies.