Center Featured Image on Homepage Mobile View

Home Forums Calendar Products Events Calendar PRO Center Featured Image on Homepage Mobile View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1278399
    titusraj
    Participant

    Hi,

    Is there a way for me to centre the featured image on mobile view, I currently have text appearing on the right, and its quiet ugly ! 🙂

    Titus

    #1278898
    Geoff B.
    Member

    Good evening Titus and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    @media screen and (max-width: 568px) {
    .tribe-events-list .tribe-events-event-image {
    float: none !important;
    margin: 0 auto 0 auto !important;
    text-align: center;
    display: block !important;
    }
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1278955
    titusraj
    Participant

    That worked perfect, thank you very much Geoff.

    #1279607
    Geoff B.
    Member

    Good evening Titus,

    I am glad that did the trick for you.

    As usual, you are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Featured Image on Homepage Mobile View’ is closed to new replies.