Results 1 to 3 of 3

Thread: What controls width of RH column in video_view.tpl

  1. #1
    Join Date
    Oct 2007
    Posts
    126

    Default What controls width of RH column in video_view.tpl

    I am still working out the small glitches after upgrading to 2.7. I cannot find where the width of the right hand column on the video_view page is controlled.
    I can make the video player wider, I can change the widths of the headers in that same column. But I cannot make my right column move up tight to the video player column.
    In 2.6 I even had spaces between my ads but now they are pushed together by some force controlling the column.

    If you want to see, just click on a video and notice the wide space between the columns.

    Note: This site is safe for anyone- No adult material at all.
    http://CasselmanCanada.com
    CasselmanCanada.com (free access)


  2. #2

    Default

    Do you want to increase the width of the right column ?

    If yes, edit style.css and findout the following line


    div#view-video-sidebar {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    padding:5px;
    width:323px;
    }


    Set the width to

    width:360px;

  3. #3
    Join Date
    Oct 2007
    Posts
    126

    Default Fantastic. Thanks.

    Great. Thanks very much. That was it. I have no idea how I can waste so many hours and not see that one. I changed all kinds of things including the one above it.

    And I feel special. I even got the response right from the boss himself.

    Dave

    Quote Originally Posted by buyscripts View Post
    Do you want to increase the width of the right column ?

    If yes, edit style.css and findout the following line


    div#view-video-sidebar {
    background:#FFFFFF none repeat scroll 0 0;
    float:right;
    padding:5px;
    width:323px;
    }


    Set the width to

    width:360px;
    CasselmanCanada.com (free access)


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •