Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #530445

    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

    #530871

    Hey erwin_m!

    Have you figured it out already? Image looks the same on both pages :)

    Regards,
    Yigit

    #530916

    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

    #531570

    Hi!

    use this code to control it:

    div#full_slider_1 {
    height: 275px;
    }
    

    Cheers!
    Andy

    #531666

    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

    #532332

    Hi!

    Please add this below the previous code:

    .single .topper {
        height: auto;
        min-height: 223px;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.