This will probably be the first in a series of "can't figure it out" topics I'll post here. This one has to do with my galleries.
In the Duster theme, when I insert a gallery plug-in (oquey and easingslider lite) the galleries are not centered on the page. I am able to get them centered if I adjust the width of the sliders, but I cannot extend the sliders without them running off of the right side of the page. I'm assuming I'd have to adjust the padding on the page itself, but I don't want it to effect the other pages that I have on the site with text. Any ideas?
mirror site: http://www.michellemonterophotography.dreamhosters.com/
Here is the CSS for pages/posts for the site:
/* Singular content styles for Posts and Pages */
.singular .hentry {
border-bottom: none;
padding: 4.875em 0 0;
position: relative;
}
.singular.page .hentry {
padding: 1em 0 0;
}
.singular .entry-title {
color: #deaa85;
display: none;
font-size: 32px;
font-weight: normal;
line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
padding-right: 0;
}
.singular .entry-header .entry-meta {
position: absolute;
top: 0;
left: 0;
}
.singular .entry-header a {
color: #1b8be0;
}
.singular .entry-header a:hover {
color: #ff4b33;
}
.singular footer.entry-meta {
}
.singular blockquote.pull {
font-size: 21px;
font-weight: bold;
line-height: 1.6125em;
margin: 0 -22.25% 1.625em;
}
.singular .pull.alignleft {
margin: 0 1.625em 0 -22.25%;
}
.singular .pull.alignright {
margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
width: 33%;
}
.singular .entry-meta .edit-link a {
position: absolute;
bottom: auto;
left: 50px;
right: auto;
top: 80px;