• Resolved duckslegs

    (@duckslegs)


    Hi,

    Is there a way of increasing the amount of image that is shown on this page? At the moment, each image is being cropped too much, I would like them to be a little taller so you can see more detail.

    Also, how do I change the blue background and blue text on each listing?

    Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @duckslegs,

    Thanks for reaching out to us.

    You can adjust height of image using custom css.please add below custom css.
    You can add custom css for that go to WordPress admin panel ->Appearance->Customize ->Additional css add below code.

    .iee_archive .iee_event .img_placeholder {
    min-height: 200px !important;
    }

    You can change the background color,color ( Import Eventbrite Events Pro ) in your own color by below custom css. Please insert below custom css in Addtional css. replace “#039ED7” with your color code.
    .iee_archive .iee_event .event_date {
    background-color: #039ED7 !important;
    color: #fff !important;
    }
    .iee_archive .iee_event .event_desc .event_title {
    color: #039ED7 !important;
    }

    Let us know if you have any query.
    Thanks

    Thread Starter duckslegs

    (@duckslegs)

    This is exactly what I wanted to know. Thank you so much.

    Hello @duckslegs,

    Feel free to ask if you have any query. you can also put review about plugin here.

    Thanks

    Thread Starter duckslegs

    (@duckslegs)

    You helped me very well yesterday but today I have a further question about this. When I use a different screen to view my website (a smaller laptop, or a phone), the eventbrite adverts start to overlap – https://dev.camsoclon.org/events/ You can see this if you make your browser smaller, or if you look on a phone. Can you suggest a fix for this?

    Thanks

    Hello @duckslegs,

    Can you please add below custom css.

    @media screen and (max-width:768px){
    .iee_archive .iee_event .img_placeholder {
    min-height: 130px !important;
    }
    }

    Thanks

    Thread Starter duckslegs

    (@duckslegs)

    Looks much better now. Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image resize’ is closed to new replies.