Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picture not shown? #32

Closed
EchoBilisim opened this issue Dec 3, 2023 · 2 comments
Closed

Picture not shown? #32

EchoBilisim opened this issue Dec 3, 2023 · 2 comments

Comments

@EchoBilisim
Copy link

Hello, there seems to be an issue with one of the contents on the homepage. I noticed that an image is not appearing in the designated section. I checked the demo site, and the same problem persists there as well. I attached a screenshot of the selected area where the image should be, but it's not visible. Is this an error on my part or is it a known issue?

Ekran görüntüsü 2023-12-01 234709

@minimaluminium
Copy link
Member

This is intentional by design to hide the image of the last post in the middle column to keep the balance of the overall section. If you still want to show the image of the post, use this CSS as code injection.

<style>
    .gh-header.is-highlight .gh-header-middle .gh-card:last-child .gh-card-image {
        display: block;
    }
</style>

@EchoBilisim
Copy link
Author

This is intentional by design to hide the image of the last post in the middle column to keep the balance of the overall section. If you still want to show the image of the post, use this CSS as code injection.

<style>
    .gh-header.is-highlight .gh-header-middle .gh-card:last-child .gh-card-image {
        display: block;
    }
</style>

I understand. I tested it, and yes, as you mentioned, it looks better in its original form. I have decided to use the original version. Thank you very much for your response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants