Home › Forums › Ticket Products › Event Tickets Plus › I want to left justify the ticket details
- This topic has 7 replies, 4 voices, and was last updated 9 years, 4 months ago by
David.
-
AuthorPosts
-
December 1, 2016 at 7:07 am #1200252
David
ParticipantIf I use anything but the skeleton template the Details, Organizer, and Venue information gets shoved to the right which ends up truncating hyperlinks and addresses. All I want to do is left justify but I can’t find where to make the changes.
The text also drops down, for example in the date field if I have Date:December 17 the December 17 text will be lower than the Date text. There is also no spacing between the two, it appears just as you see it above.
I don’t want to change the theme, I’ve spent too much time working on it. I’ve also read through the formatting and style sheet suggestions but that didn’t help me.
December 1, 2016 at 7:36 pm #1200628Geoff B.
MemberGood evening David and welcome to the Events Calendar Support forum!
Thank you for reaching out to us.
I would love to help you with this topic.If I use anything but the skeleton template the Details, Organizer, and Venue information gets shoved to the right which ends up truncating hyperlinks and addresses. All I want to do is left justify but I can’t find where to make the changes.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
text-align: left;
}Let me know if that helps.
Have a great day!
Geoff B.
December 8, 2016 at 6:16 am #1203084David
ParticipantThanks! It looks much better, I was hoping you guys would have a simple CSS fix, I’m not experienced enough with CSS to attempt that kind of a fix myself. With that being said is there anything that could be added to make the field value move more to the left? The only field this really affects is the website address, the schools I work with tend to have rather long URL’s and they end up running into the map and getting truncated. The link still works, it just doesn’t look nice. I can leave the http:// off which will fix some sites but not others.
Thanks in advance for your help!
– David
December 8, 2016 at 11:46 am #1203376Geoff B.
MemberHey David,
Thank you for writing back.
I am glad the CSS helped.
For the URL issue, although I totally get what you are saying, moving things to the left more would probably make it look not so good.
So there are a couple of ideas I would want to run by you:
- You could use a URL shortener on those extra-long URLs
- You could give the following CSS a shot to see if that works for you
.tribe-events-event-meta .tribe-events-meta-group .url {
clear: both;
padding-top: 12px;
}Let me know if that helps.
Have a great day!
Geoff B.
December 9, 2016 at 4:39 am #1203752David
ParticipantThanks Geoff, A for effort but it didn’t seem to move the URL. I think the URL shortening idea is better, I’m good with that.
Thanks!
– David
December 9, 2016 at 9:57 am #1204039Geoff B.
MemberHey David,
I’m glad the shortener idea works for you.
In case that makes a difference, you might try adding the !important argument to your CSS
.tribe-events-event-meta .tribe-events-meta-group .url {
clear: both !important;
display: block !important;
padding-top: 12px;
}Have a good week-end,
Geoff B.
December 31, 2016 at 8:35 am #1212004Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘I want to left justify the ticket details’ is closed to new replies.
