• Resolved dlaurendeau

    (@dlaurendeau)


    I’m trying to expand the artist section in the event view and I can’t. I want to put this value:

    .ep-event-performers .ep-event-performer { max-width: 225px; }

    I would also like to enlarge the image with this value:

    .ep-event-performers .ep-event-performer .ep-performer-img { width: 225px; height: 225px; }

    With Chrome it works, but not when I put this value in the Custom CSS tab of your extension.

    Could you help me ?

    • This topic was modified 1 year ago by dlaurendeau. Reason: missing information

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

Viewing 1 replies (of 1 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    Hello @dlaurendeau,

    Thank you for reaching out!

    Please utilize the below-mentioned CSS snippet to apply the desired changes:-
    #ep_single_event_detail_page_content .ep-event-performers .ep-event-performer { max-width: 225px; }
    #ep_single_event_detail_page_content .ep-event-performers .ep-event-performer .ep-performer-img { width: 225px; height: 225px; }

    Let us know if this resolves the issue for you or if you encounter any challenges.

Viewing 1 replies (of 1 total)
  • The topic ‘Single event artist size’ is closed to new replies.