Repositioning of the event meta-box according to image size?

Home Forums Welcome! Pre-Sales Questions Repositioning of the event meta-box according to image size?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1109293
    Katharina
    Guest

    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

    #1109490
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide support. I would ask that you take any support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    Thanks again!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Repositioning of the event meta-box according to image size?’ is closed to new replies.