Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #611603

    Hello,

    I am using Events Calendar Pro and need to move my link to the actual ticket/product farther up on the page where is is more visible. For example : http://medtraining.wpengine.com/event/wilderness-first-aid-class-jonesboro-ar/ (hosted on WPengine) you can see the link is at the bottom of the page. The support people at Events Calendar Pro have told me that this is placement is set by the theme. Can you please help me move the link higher up the page, maybe above the meta-data box? Or within the box?

    #612362

    Hi Roland,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-single-event-meta-bar-inner > ul {
        bottom: 150px !important;
    }

    Regards,
    Rikard

    #615865

    Rikard,

    I added your CSS and nothing changed. I appreciate any help.

    I found elsewhere to add this:
    .av-single-event-meta-bar-inner > ul {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 500px;
    border: 3px solid #a71433;
    font size: 30;
    }

    And it placed the link at the top of the page, but any ideas on making this more visible, like changing the font or size, adding “click here” to the link?

    Roland

    • This reply was modified 8 years, 7 months ago by paquetter.
    #617086

    Hi Roland,

    You can try increasing the font size with the following CSS:

    .av-single-event-meta-bar-inner ul li {
    font-size: 20px !important;
    }

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.