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?
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
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