tvanwyk

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: 2 Column Box Question #132

    tvanwyk
    Participant

    I’m going to keep the border and box shadow for the right column. Do I need to add the webkit and moz lines of code to the left column to fully get rid of the box shadow?

    Next question…now I’m on to the 4 Column Feature Box. Is there a way for the links to open in a different window? I don’t know how I’d code that.

    Thanks,

    Trevor

    • This reply was modified 11 years, 4 months ago by  tvanwyk.
    in reply to: 2 Column Box Question #130

    tvanwyk
    Participant

    I had to get rid of the box shadow too, so here’s what worked…

    .col-boxes.columns-two.grt.post_box .col1 {
    width: 66%;
    border-bottom: none;
    box-shadow: none;
    }

    I then removed the top padding so the top of the video player and the top of the right column lined up horizontally.

    Thanks for your help!

    Trevor

    in reply to: 2 Column Box Question #128

    tvanwyk
    Participant

    Hi. That code didn’t remove the borders. I think what I’m going to do is keep the border for the right hand column and then remove the border for the left hand column where the video is. Let me know if there’s a way to do that.

    Thanks,

    Trevor

    in reply to: 2 Column Box Question #126

    tvanwyk
    Participant

    Thanks Thomas. So far so good. Another question…If I want to remove the border of each column, what would I put in the custom css area?

    Thanks,

    Trevor

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