Posterize.us: Gallery - Posterize.us

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Gallery Editing options for the gallery

#1 User is offline   BMc 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 11-December 11
  • Posterous URL:http://brad-mclean.posterous.com/

Posted 11 December 2011 - 03:20 PM

Hi there,
I am trying to edit the gallery navigation and thumbnails so that they appear below the main gallery image. I am working in a modified theme but my CSS and HTML arent fantastic. Is there a way of giving the gallery divs a property?

Thanks in advance.
0

#2 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 272
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 11 December 2011 - 04:15 PM

I've never done this (or seen this done) before, and it might need some slight adjusting but you could *potentially* add something like this...

.posterousGalleryMainDiv {
margin-bottom:70px;
position:relative;
}

.posterousGalleryNavigationDiv {
position:absolute;
bottom:-40px;
}

.posterousGalleryThumbnailsDiv {
bottom:-100px;
position:absolute;
}

Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users