Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #650490

    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

    #650679

    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

    #651655

    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

    #652463

    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

    #652532

    thank you

    #653464

    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

    #653508

    Hello Ismael,

    This doesn’t seem to make a difference…

    Kind regards

    #653542

    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

    #653547

    yes, i’ve deleted the dropbox file and changed the passwords…

    see below. This should work

    #654806

    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

    #654853

    Thanks! This works great!

    #654861

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Enfold and events calendar upcoming events thumbnail size’ is closed to new replies.