tim.powell
Forum Replies Created
-
One more test result.
changing this:
#content {
margin: 0 240px 0 20px;
}to this:
#content {
margin: 0 0px 0 20px;
}Lengthened out the use of the full page without the sidebar. My Gallery issue is now this: Link
The columns of gallery thumbnails and they are centered. I have the gallery setup for 5 columns though.
Any ideas? Thanks..
Viewing this post on how to change the div id=”content” tag in the custom template to point to a different css entry such as “single-attachment”, that takes care of maximizing the full page width for text but my Gallery thumbnails still display down the left side in one column.
Arg!
Forum: Fixing WordPress
In reply to: How to remove right sidebar from certain pages createdDid you mean to say that you added to the CSS a new class:
*widecontent ??? Such as:
#widecontent {
float: left;
width: 1000px;
margin: 0px 0px 0px 5px;
padding: 0 0;
position: relative;
z-index: 1;
}Otherwise I’m confused..
Forum: Themes and Templates
In reply to: Isn't there a support forum for twenty ten, specifically?Ok, thank you.