gruvsyco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Alignment of themewell… I’m not sure what all you have modded on the theme. That change works on the blue by you that I downloaded and when I open your site in firefox with extension CSS Edit, it strips some of your images and formatting and then looks OK.
I’m fairly new to this CSS stuff, it’s probably easier for you to trace your steps back on the mods you’ve made.
Good Luck
Forum: Fixing WordPress
In reply to: Alignment of themeI just casually took a look…
cursor down past:
/* ———- End mainnav ———————– */until you find:
#left {
float:left;
width: 540px;
/* position-top: 0;
position-left: 0; */
}and change the 540 to 640 to accomodate your 100 pixel increase. Should work.
Forum: Themes and Templates
In reply to: CSS help Classic ThemeJust a little update… I can get the sidebar “stuck” to the right hand side of my centered, 800px wide page. One way using relative positioning and the other using float but, in both cases the sidebar sits very low on the page and does not align to the top.
Here are the lines with the relative postioning commented out:
#menu {
float: right;
background: white;
border: solid 2px black;
padding: 20px 0 10px 30px;
/*position: relative;
left: 620px;
top: 0px;*/
width: 11em;
}