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

Alignment: Video & Thumbs


  • Please log in to reply
3 replies to this topic

#1 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

Posted 26 October 2011 - 04:28 PM

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

#2 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

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

#3 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

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.

.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 Vida Perez Velazquez

Vida Perez Velazquez

    Member

  • Members
  • PipPip
  • 12 posts

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?