• attacklife

    (@attacklife)


    Hello, guys, my website is: click here

    The problem is the image header in my article is too big. You have to scroll down to see the text. I just want the picture to be a header not a wallpaper.

    How can I change that?

    Best Regards
    Phil

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter attacklife

    (@attacklife)

    No help? ;(

    Clarion Technologies

    (@clarionwpdeveloper)

    Try adding below code in your css file it may help you:

    .single .post-content {
    padding: 10px 10%!important;
    }

    featured-media {
    float: left;
    height: 237px;
    width: 400px;
    }

    Thread Starter attacklife

    (@attacklife)

    No the pictures are still too big.
    What did change is that the text is now directly under the picture with no space between.

    Thread Starter attacklife

    (@attacklife)

    No Help? ??

    The best way to handle this would be to simply crop the height of the image. You can do this in the photo editing software of your choice, or in WordPress itself. You can find more information about editing images in WordPress on the Edit Media Codex page.

    try this .single .featured-media img {
    max-height : 200px;
    }
    hope this will help you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image Header in article is too big’ is closed to new replies.