webtycoon47
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Specific Font SizeThank you so much! I used .page-id-# and it worked!
Forum: Themes and Templates
In reply to: Sidebar is above contentThanks again friend! Simply moving the div class above where I call the content fixed it, I don’t know why I didn’t think of that myself. Appreciate the help.
Forum: Themes and Templates
In reply to: Sidebar is above contentlockettpots, I can’t thank you enough! That fixed it, my ad is now on the left where its easier to see. Thanks to everyone else who replied as well.
One more question if I may. I added a new widget area in the page.php of my blog called body. I added this <div class=”footer-widget”><?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(“Body”) ) : ?> to the page.index and also registered it in functions.php. Everthing works great except that widgets placed in this area appear above my sidebar on the right instead of right below the header title for the page content in between the two sidebars. What css changes will fix this?
Forum: Themes and Templates
In reply to: Sidebar is above contenthttp://www.rawhealthweb.com/ I don’t have anything in the second sidebar right now. When I do it appears in the top left corner of the gay area of blog, pushing the content down.
Heres some more of my stylesheet:
[css code moderated - a link to your site is sufficient]
Okay so i figured out that my wrap isn’t wide enough to accommodate both sidebars. When I made it larger my site got all messed up and the left sidebar widgets still displayed above the content. The #sidebar is called before #central in the css. Do you see that space around my blog? I want a vertical ad in the left, outside the blog’s body just like my banner ad is in the space above. Is there another way of doing this besides adding a widgetized sidebar? I need this left space to be transparent like it is now, only widgets will display in it.
Forum: Themes and Templates
In reply to: Sidebar is above contentThanks for the reply!
#sidebar2.php {
float: left;
width: 280px;
display: inline;
margin-top: 0px;
margin-right: 125px;
padding-right: 20px;
padding-bottom: 40px;
}sidebar2.php is the new file I created for the second sidebar. Its the same css as the other except it floats left instead of right.
Forum: Themes and Templates
In reply to: Add space below menuJust like to add that animations don’t work for any widget I add.