Forum Replies Created
-
AuthorPosts
-
db3d
ParticipantYou are a life saver! I was editing the code using text edit on a mac….downloaded Brackets, made the changes and am now back up and running.
Thank you so much for your help!db3d
ParticipantThanks Barry,
However, I am still having no luck. I’ve placed a .css file in the following location:
wp-content/themes/flawless-v1-15/tribe-events/pro/tribe-events-pro.css
I then added my previous modifications to the styles but this isn’t overriding the full styles css.db3d
ParticipantI believe I had just 3.5. The way I figured it out previously was to add css to the tribe-events-pro-full.css in the resources location. So I added things like:
.single-tribe_events .tribe-events-event-image {
clear: both;
float: left;
text-align: left;
margin-bottom: 30px;
margin-right: 50px;
}.single-tribe_events .tribe-events-content {
max-width: 450px;
float: left;
clear: left;
padding-right: 50px;
}.single-tribe_events .tribe-events-event-meta {
font-size: 13px;
width: 450px;
overflow: auto;
}.single-tribe_events #tribe-events-content form.cart, .single-tribe_events #tribe-events-content div.cart {
background: #fafafa;
border: 1px solid #eee;
margin: 30px 0;
padding: 0 4% 3%;
width: 400px;
overflow: auto;
}table.tribe-events-tickets .tickets_price {
font-size: 22px;
font-weight: 500;
}table.tribe-events-tickets {
margin: 0;
width: 100%;
border-bottom: 0;
text-align: left;
}td.tickets_name {
color: #777;
font-size: 13px;
width: 100px;
}td.tickets_description{
font-size: 11px;
}.single-tribe_events .tribe-events-cal-links {
display: none;
}.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
float: left;
width: 50%;
padding: 0 4%;
text-align: left;
margin: 0 0 20px 0;
display: inline-block;
zoom: 1;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}This gave me the 2 column look I was going for on the individual event page. http://db-3d.com/event/wdc-052014/
db3d
ParticipantThanks Kelly, I did more digging….I think I figured it out.
db3d
ParticipantThanks Kelly, However I really only know how to adjust some basic CSS and am at a loss on how to approach this. I was hoping to find someone that could just make these simple format changes for me.
-
AuthorPosts
