Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

How? Horizontal Dividers between videos


  • Please log in to reply
5 replies to this topic

#1 John Thompson

John Thompson

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 20 May 2011 - 08:48 AM

I am using TubePress here: http://420movement.com

I am trying to figure out how to have horizontal divider lines to divide each video . To see what I'm talking about please see this page: http://epicmealtime.com

I like how they have the dividers.

I am not a PRO when it comes to this stuff , but i can follow instructions if someone would please show me how to do this.

Much Thanks

JT

#2 Tone

Tone

    Advanced Member

  • Members
  • PipPipPip
  • 49 posts

Posted 20 May 2011 - 11:16 AM

Add something like this to your CSS:

.tubepress_thumb {
    border-bottom-color: #AAAAAA;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

Change the color and width to whatever you like.

You can use the Wordpress plugin Custom User CSS to add extra CSS to your site. http://wordpress.org...ustom-user-css/

#3 John Thompson

John Thompson

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 20 May 2011 - 11:45 AM

That worked....Thanks.

#4 Gordana Vanjak

Gordana Vanjak

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 07 June 2011 - 01:34 PM

I am using TubePress here: http://420movement.com

I am trying to figure out how to have horizontal divider lines to divide each video . To see what I'm talking about please see this page: http://epicmealtime.com

I like how they have the dividers.

I am not a PRO when it comes to this stuff , but i can follow instructions if someone would please show me how to do this.

Much Thanks

JT



Hi, how do you get videos to be shown each in their own row ?
I thought the only way for Tube Press was thumbnails each one to another through out the page.

Any help would be much appreciated !

#5 Gordana Vanjak

Gordana Vanjak

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 07 June 2011 - 02:29 PM

I am using TubePress here: http://420movement.com

I am trying to figure out how to have horizontal divider lines to divide each video . To see what I'm talking about please see this page: http://epicmealtime.com

I like how they have the dividers.

I am not a PRO when it comes to this stuff , but i can follow instructions if someone would please show me how to do this.

Much Thanks

JT



Hi, how do you get videos to be shown each in their own row ?
I thought the only way for Tube Press was thumbnails each one to another through out the page.

Any help would be much appreciated !




Hi,
no need to waste anyone's time , I've just found information about Tube Press themes in the documentation :-)

#6 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 08 June 2011 - 01:05 AM

no need to waste anyone's time , I've just found information about Tube Press themes in the documentation :-)


No problem! Let me know if you run into any other snags. Thanks.