• Could someone give me a step by step guide to how I would add a php code in a child’s theme to fix the size of my featured content slider to an adjustable size. I use the twenty fourteen theme. The slider is too big. My site is http://www.lightyourfireisland.com the slider is under the header image of the front page.

    I have searched for clear tutorials, but when i try editing anything, I mess things up. Please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    The Twenty Fourteen theme doesn’t have a built in slider. Can you please provide me with the name of the slider plugin?

    Thread Starter gabbyeebeckford

    (@gabbyeebeckford)

    Hi Matthew the slider is just named Feature and to get blog posts to be displayed in it i have to tag them “feature” … i can’t remember if it was a plugin. I don’t see it in my plugins nor widgets list.. But it’s in the Customize section for editing.

    Something must be putting it there. Are you sure that you don’t have a plugin for the slider? Are you using any sort of child themes on the website that is displaying the slider?

    try, use width as per your need

    @media screen and (min-width: 673px) {
    .slider .featured-content .hentry, .featured-content {
    height: 400px;
    }
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change size of slider in Twenty Fourteen Theme’ is closed to new replies.