Hi,
I would like to have a standard full-width image above each post and category-page. In single.php I’ve already added an image directly in container_wrap container_wrap_first main_color. That does show the image in the right position. I’ve added an class to change the top margin. Problem is, I want to center the image, or even stretch the image. On my homepage I’ve added the image with a full-width slideshow. So that is stretched.
Another thing is the bottom margin of the image and slider. There’s a big gap between them.
How can I fix those things?
Regards,
Erwin
Hey erwin_m!
Have you figured it out already? Image looks the same on both pages :)
Regards,
Yigit
Hi Yigit,
Thank you for your reply. The full-width part looks solved. The margin at the bottom of the slider is still to big. And it’s changing when I increase the width of my screen, then it’s going up even over the slider.
How can I change this?
Regards,
Erwin
Hi!
use this code to control it:
div#full_slider_1 {
height: 275px;
}
Cheers!
Andy
Hi Andy,
That works fine on the pages where I’ve added the easy-slider. On posts it doen’s work, which is obvious seeing the code.
I’ve adde the code into single.php and given it a class “topper”. How can I control the height here? Trying to use the same code here using .topper or img.topper only stretches the image.
Regards,
Erwin