close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Thumbnail Strip Not Centered

Thread began 7/31/2014 11:20 am by www.BigMusicGeek.com | Last modified 7/31/2014 2:54 pm by Jason Byrnes | 2327 views | 9 replies |

www.BigMusicGeek.com

Thumbnail Strip Not Centered

Just re-installed PowerGallery. Unfortunately, after embedding my first gallery in a PHP page, the thumbnail strip isn't centered. How can this be resolved?

http://www.bigmusicgeek.com/gallery/lvictoria.php

Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

in the styles.css file, you have the following selectors:

.prev {
background: url("../images/left-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
cursor: pointer;
height: 40px;
left: 0;
position: absolute;
top: 140px;
width: 40px;
}
.next {
background: url("../images/right-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
cursor: pointer;
height: 40px;
position: absolute;
right: 0;
top: 140px;
width: 40px;
}



that are conflicting with the previous and next styles defined by the gallery.

the position absolute setting is causing the previous button to move the thumbnail strip

Sign in to reply to this post

www.BigMusicGeek.com

I appreciate the FYI.

What do I need to change to make it work?

Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

remove the position. . .

or rename the selector, and edit the elements that use that class to use the new class name.

Sign in to reply to this post

www.BigMusicGeek.com

Originally Said By: Jason Byrnes
  remove the position. . .

or rename the selector, and edit the elements that use that class to use the new class name.  
Sign in to reply to this post

Jason ByrnesWebAssist

remove the entire position: absolute; line.

Sign in to reply to this post

www.BigMusicGeek.com

Originally Said By: Jason Byrnes
  remove the entire position: absolute; line.  
Sign in to reply to this post

Jason ByrnesWebAssist

using fire bug to examine the css, it still shows the position absolute, the change does not appear to uploaded to the site.

see screen shot.

Sign in to reply to this post

www.BigMusicGeek.com

Originally Said By: www.BigMusicGeek.com
    
Sign in to reply to this post

Jason ByrnesWebAssist

the change is not making it to the server.


http://www.bigmusicgeek.com/gallery/css/style.css

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...