thefearless
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: content background repeats fine but starts too earlyIts tricky
Forum: Fixing WordPress
In reply to: content background repeats fine but starts too earlyooooh very close, but all it did was shift it down.. i still have the container.png starting too early,
that portion i have marked out red should be starting behind the menu bar instead its starting before the menu bar
Forum: Fixing WordPress
In reply to: content background repeats fine but starts too earlyclayton yeah thanks for the try but that margin is for left and right, if i change that to 150 it shifts everything over
Its not over that i need its having the container.png start 150px in from the TOP edge
Forum: Fixing WordPress
In reply to: content background repeats fine but starts too earlyah ok joni, here you go, to show you what i mean this is what is happening
Here is my site
Here is the location of style.css
i.e6.css
i.e7.css
The container.png is the middle white area and you can see that in the style.css its being told to repeat itself downwards, shown below
/*------------------------------------------------ Containers --------------------------------------------------*/ #container { width: 978px; margin: 0 auto; background: url(images/container.png) repeat-y; } /*------------------------------------------------That is fine but its starting at the very top and i need it to start around 150px in from the top so that the navigation comes first
Now one more thing to add in the header.php the code shows this
<body> <div id="container"> <div id="header"> <?php if ($celadon_text_header == "true") { ?> <?php if (get_bloginfo('description')) { ?> <a href="<?php echo get_bloginfo('url') ?>" id="logo_with_tagline"><?php echo get_bloginfo('name'); ?></a> <span id="tagline"><?php echo get_bloginfo('description') ?></span> <?php } else { ?> <a href="<?php echo get_bloginfo('url') ?>" id="logo"><?php echo get_bloginfo('name'); ?></a> <?php } ?> <?php } else { ?> <a href="<?php echo get_bloginfo('url') ?>" id="header_home_link"></a> <?php } ?> <div id="header_search"> <form method="get" id="site-search" action="./" > <fieldset> <label for="search_input" class="overlabel">Search</label> <input type="text" value="" name="s" id="search_input" /> </fieldset> </form> </div> </div> <div id="navigation"> <div id="subscribe">Here is what my theme looked like before i removed the header image
Now i removed the header image as i want to have my bg.png visible and after removing that i thought i woud be able to see my background but instead i see the container.. look
what it needs to look like is this
but as you can see the only way i can get it to show the background at the top is by completely deleting my container.png file
http://tinyurl.com/yl3noqmbut then the middle part of my site where blog posts occur is not showing the white.
Forum: Themes and Templates
In reply to: The difference between Wrapper and Header?is wrapper good or bad? why has my theme not got wrapper