Hello,
I have an issue when uploading images to an event they sometimes reach over the event-meta box. I tried playing around with different parameters in the following codes, but none did the trick (I’m not familiar with coding, I have to say). What I would like is that the meta box is positioned UNDER the image in any case. Is there a possibility to rearrange the position of the meta-box dependent on the image size? Example of the problem: http://www.kinomichi.one/event/muenchen-kinomichi-sonntagstraining/
.single-tribe_events .tribe-events-event-image {
float: right;
max-height: 200px;
max-width: 500px;
}
and
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
max-height: 300px;
max-width: auto;
}
Thanks in advance,
Katharina