Content outside of Blog
-
I had this all setup before the new version got released. Now I am again having issues getting things to line up. I have content outside of the blog since I have a different script for our gallery. What I am trying to do and had working before the upgrade is getting things to lineup right. The white background against the grey acts like there should be a sidebar. But I do not have a sidebar being loaded. I need to know how to load the correct <div> to make a one page column outside of the blog.
Example that is not stretching like it should be a one column:
http://www.opshots.net/gallery2/index.php?page=comments
I am not that concerned with the footer I know how to fix that I just want to stretch the white background across the page like it should be in a one column page like this:
Admin
Select the one-column page template on the OPShots Aviation Gallery Comments page in WordPress Edit Page screen.
I wish it were that easy. Before I had to load some <div> to get it to work outside of the blog root. I loaded the following before but since the new update to Graphene 1.2.1 I am not able to get it to work:
<div class="clearfix one_column">
<div id="content-main" class="clearfix">
<div id="post-gallerycomments" class="post-gallerycomments page type-page hentry clearfix post">
<div class="entry clearfix"><h2 class="post-title"> <a href="http://www.opshots.net/gallery2/index.php?page=comments" rel="bookmark" title="OPShots Aviation Gallery - Comments">OPShots Aviation Gallery Comments</a></h2>
<div class="post-meta clearfix"></div>
<div class="entry-content clearfix">Admin
Oh yes, the
one_column
class is now changed toone-column
class on the<body>
element.
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.