I was wondering if someone could help a little with an issue I’m having. I am using the Side Blog Press75 theme.
My website is onemanwolfpack.net
I am trying to edit the div id=”main” section with a custom page template.
The custom pages purpose is to display no sidebar and the main body of text should extend to where the sidebar should have been.
The template has the div id=”blog” removed (this bit of code included the side bar background) and a custom “Main” section called “mainns” added in the style.css.
(This is a copy of the old main section with a little editing)
#mainns {
background: #FFFFFF;
color: #6D6D6D;
width: 960px; (Extended from 570px)
float: left;
padding: 30px 30px 15px 35px;
}
The idea is to remove the sidebar colouring and content just leaving an extended white box for a full page post.
Every time I change the div id=”main” to div id=”mainns” on my custom template page the box disappears even though it has all the same details.
Any ideas how to achieve this effect on a single page?
I also edited another piece of code from the style.css3.css
#mainns {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 0 4px #202020;
-webkit-box-shadow: 0 0 4px #202020;
}
This is an exact copy of the #main section on this CSS and noticed that the customer page pulled info from both these style sheets so copied and renamed it "mainns"
I like working this kind of issue out myself but seem to be over-looking something.
If you solve it you are a hero.
Thanks