db3d

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: custom CSS not working since update to 3.5.1 #133984
    db3d
    Participant

    You 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!

    in reply to: custom CSS not working since update to 3.5.1 #133922
    db3d
    Participant

    Thanks 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.

    in reply to: custom CSS not working since update to 3.5.1 #130329
    db3d
    Participant

    I 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/

    in reply to: 2 Column Event Page #105245
    db3d
    Participant

    Thanks Kelly, I did more digging….I think I figured it out.

    in reply to: 2 Column Event Page #105194
    db3d
    Participant

    Thanks 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.

Viewing 5 posts - 1 through 5 (of 5 total)