Is there any way that I can adjust the alignment (center preferably) so that this http://www.vidaperez...log/?page_id=65

Alignment: Video & Thumbs
Started by Vida Perez Velazquez, Oct 26 2011 04:28 PM
3 replies to this topic
#1
Posted 26 October 2011 - 04:28 PM
#2
Posted 27 October 2011 - 10:45 AM
In Firefox the video appears centered by default and thumbnails left by default
In IE the video appears left aligned by default and thumbnails left by default
In IE the video appears left aligned by default and thumbnails left by default
#3
Posted 29 October 2011 - 06:41 PM
Hi,
There are a number of ways to do this, depending on how you want to edit your CSS. Probably the very simplest would be to explicitly set the width of the div with class "tubepress_container" to some fixed-width. e.g.
There are a number of ways to do this, depending on how you want to edit your CSS. Probably the very simplest would be to explicitly set the width of the div with class "tubepress_container" to some fixed-width. e.g.
.tubepress_container { width: 800px; }That should get you to where your gallery looks something like this: http://i.imgur.com/qS4x8.png. Make sense?
#4
Posted 31 October 2011 - 12:09 PM
Yes, it makes sense. I will give it a shot. Thanks
Also, what would the CSS coding look like if I want center/left/right align them independently of each other?
Also, what would the CSS coding look like if I want center/left/right align them independently of each other?