Smaller Featured Slider

  • Unknown's avatar

    I’m using the Twenty Fourteen Theme and the featured slider takes up so much room and I want to make it smaller. Ive tried other things on these forums but they make it into more of a rectangle and I just want a scaled down version of whats already there.
    I’m very clueless about this stuff, I’m just trying to give it a shot.
    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, this is a little difficult to do cleanly as it creates a large white space to the right of the slider. You can give the following a try as a start. It limits this change to browser window/screen widths of 673px and wider, which is where the sidebar moves below the content and the content goes full width.

    @media screen and (min-width: 673px) {
    .featured-content {
    	max-width: 71% !important;
    		height: 100%;
    }
    .featured-content .post-thumbnail img {
    	width: 100%;
    	height: auto;
    }
    }
  • Unknown's avatar

    There will be additional adjustments that will be required, but take a look at the basics to see if that is what you are generally looking for.

  • The topic ‘Smaller Featured Slider’ is closed to new replies.