Hi Guys,
Working with your theme and it’s going great but I have a question.
How can i change the thumbnail size on the upcoming events so that it’s bigger. Can I make it twice the size?
Thanks in advance!
Kind regards
Tom
Hi Tom,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi Rikard,
Thanks for the quick reply…
The site isn’t online yet, it’s in coming soon mode… In the private content there’s a link to a screenshot.
Is that enough for you?
Kind regards
Tom
Hi,
Ok, could you post admin login details in private so that we can inspect the element maybe? We need to do that to give you accurate CSS to use.
Regards,
Rikard
thank you
Hi,
Add this in the Quick CSS field:
.av-upcoming-event-image {
border-radius: 0;
width: 180px;
}
Set the border-radius to 400px if you want to keep the round thumbnail.
Best regards,
Ismael
Hello Ismael,
This doesn’t seem to make a difference…
Kind regards
Hi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials? With a precise link to the page where we can inspect the element in question as the screenshot you provided is not working.
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
Best regards,
Vinay
yes, i’ve deleted the dropbox file and changed the passwords…
see below. This should work
Hi,
use this code to increase the thumbnail images:
img.av-upcoming-event-image.wp-post-image {
width: 100px;
}
and adjust as needed.
Best regards,
Andy
Thanks! This works great!
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy