Hi,
The photos on the list of posts appear too big.
I would like to make them smaller.
Could you give me codes for this?
My site is:
http://ur2.link/TMaA
Thank you in advance,
Hi,
The photos on the list of posts appear too big.
I would like to make them smaller.
Could you give me codes for this?
My site is:
http://ur2.link/TMaA
Thank you in advance,
Hello there,
I’d like to help. But I can’t get your website when I visited the link you shared. The screen is showing:
Is there any other way I get your website link?
Regards,
Kharis
aThemes Support
Hi Kharis,
Thank you for getting back and I am sorry that the link did not work.
I have made another shortened link:
http://urx.red/QZZh
I’ve just tested it and confirmed that it is working.
(This issue sometimes happened in the past, which might be due to the fact that I set the time limit of its validity as 48 hours.)
I am sorry for the inconvenience.
Regards,
I still get the same ‘SORRY PAGE MISSING.’ when visiting the new link.
Can’t you share the real URL without shortener?
Regards,
Kharis
aThemes Support
When I click it, it works.
I wonder why.
Anyway, here is my link:
Best regards,
I can get your website now. But I didn’t get the post list page. Can you share a link specific to the post list?
Regards,
Kharis
aThemes Support
Thank you for sharing the link.
Try adding the below CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (min-width: 500px) {
body:not(.single-post) .hentry .entry-thumb img {
width: 100%;
max-width: 460px;
}
}
Regards,
Kharis
aThemes Support
Hi Kharis,
It worked fine and the list looks much better now.
Thank you for your help.
Regards,
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support
I was also facing photo size problem on my tennis reviews website. Thanks to kharisblank’s code that fixed the issue. Hope it would have worked for you as well.
Hello there,
Glad to know the code worked for you. Thank you for letting us know. I really appreciate it.
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support