• tiputheroy

    (@tiputheroy)


    Hello, I am a beginner wordpress developer and currently managing a website called crickest, recently I came across a major issue that is making me panic. I have searched everywhere on the internet, watched youtube videos for hours to get the clue but I am still clueless. The issue is, I want to make the featured image in full width, if you see Crickest, you will see the featured image is centered but with low page area. Can anyone please tell me how do I fix it? any help will be highly appreciated. Thanks a bunch.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mario Santos

    (@santosguillamot)

    Hello @tiputheroy! To me, it seems this could be solved using CSS, but it could be related to the theme you are using. I recommend asking at GeneratePress Forum so the theme’s developers and support community can help you with this.

    Anyway, I believe just by adding something similar to the following CSS lines, using GeneratePress Docs, would be enough. But I would recommend double-checking it with the team as suggested above.

    
    .post-image img, .feature-image img{
        max-width: 100%
        width: 100%;
    }
    
    Thread Starter tiputheroy

    (@tiputheroy)

    @santosguillamot Thank you so much for the help, let me put the code and check if its working or not.

    Mario Santos

    (@santosguillamot)

    Hi @tiputheroy!

    Could you confirm if the code finally worked or if the support from GeneratePress helped with that, please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I am unable to apply the featured image in full width’ is closed to new replies.