Slider image won't fit
-
The problem lies with the first featured post on my website:
I’m trying to make the image fill the entire area within the borders, but it just won’t work. I’ve resized the image countless times but the image just doesn’t fill up the entire area.
What exactly am I doing wrong?
Admin
You’ll need to adjust the padding of the slider post container for that first slider post. Can’t really do it now without affecting the other slider posts, but I’ve added a unique ID to every slider post in the upcoming version 1.3.1, so you should be able to do it then.
Admin
Put this inside your child theme’s style.css or Custom CSS:
.slider-post-262{
padding: 0;
width: 630px;
}
.slider-post-262 .sliderpost_featured_image{
margin: 0;
}Admin
Ah, there’s a mistake in the code. Should be like this:
#slider-post-262{
padding: 0;
width: 630px;
}
#slider-post-262 .sliderpost_featured_image{
margin: 0;
}Admin
Why would the code grow tremendously over time? It’s a one-time change, is it not? Plus, you can always use a child theme to implement the change.
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
