ethanator
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS and Parent elementsi am working on a bottom sidebar and have 4 columns. i am using the following to display this.
<div id=recent”>
<?php get_archives(‘postbypost’,’10’,’custom’,’‘,’
‘); ?>
</div>
but there is about 30 px of whitespace that isnt supposed to be there and is throwing off my design the css for this is the following#recent {
float: left;
}i have tried using the right property for the next element but that doesnt work either because if i make then browser window smaller it doesnt line up properly with the rest of the design thanks
Forum: Themes and Templates
In reply to: CSS and Parent elementsi have a problem with aligning items. i am doing a bottom sidebar with 4 columns and above it there is a custom navigation bar that it needs to staye line up with so i am able to spread everything out by use the right property and setting how many px i want it ti be right. but when i make the browser window smaller the columns doesnt stay aligned w the nav buttons they move please help.
Forum: Themes and Templates
In reply to: CSS and Parent elementsmargins worked with float but i decided to go with the
position: absolute;
left: (width of the previous child container);thanks for everything you have been a great help
Forum: Themes and Templates
In reply to: CSS and Parent elementsyou say when I use float: left there are a number of ways to position it. What are those ways. I tried margins and they didnt work
Forum: Themes and Templates
In reply to: CSS and Parent elementsok thanks let me try that and see what happens
Forum: Themes and Templates
In reply to: CSS and Parent elementsok in what ways? what i dont understand is that i can i float it left of the sidebar when the sidebar really isnt a physical element it just has all the coantainers in it.
could i also use right : 25px in CSS
i need to figure out how to have 4 columns in the sidebar container and then have them be next to each other. I am not sure how to make this work.
Forum: Themes and Templates
In reply to: CSS and Parent elementsok so say i want t get them to be next to each other instead of one under the other i was going to use float : left which takes it an makes it left of its parent element
i am trying to have my sidebar be on the bottom thanks
Forum: Themes and Templates
In reply to: I only want to show the most recent postthanks
Forum: Themes and Templates
In reply to: CANT GET BACKGROUND COLOR FOR WHOLE SITEthe solution was just what you said thanks
Forum: Themes and Templates
In reply to: STYLING LISTS PLEASE HELPthanks you so much that helps alot
Forum: Everything else WordPress
In reply to: Anyone else hate the new Codex look?i dont like the new look and i sometimes cant acess it
Forum: Themes and Templates
In reply to: CANT GET BACKGROUND COLOR FOR WHOLE SITEyes they re in the blog subdirectory and i ahve gotten it to work thanks for the help everyone
Forum: Themes and Templates
In reply to: CANT GET BACKGROUND COLOR FOR WHOLE SITEi am not sure if the css file si pointing to my site
i think it might be pointing to a subdirectory but in my host’s settings i made tthat subdirectory what the user gets when they type in ethanbodnar.com. PLEASE HELP
Forum: Themes and Templates
In reply to: CANT GET BACKGROUND COLOR FOR WHOLE SITEoh sorry it is ethanbodnar.com
Forum: Themes and Templates
In reply to: css for background, center, and width PLEASE HELP