deuk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding WidgetsCan’t you just post in 1 topic? You have to look at where the widgets were before you split them, find the right code and add it in both right_col_l and right_col_r.
Think it’s this code:
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>Might be wrong though, haven’t really tried messing with widgets myself yet.
Forum: Themes and Templates
In reply to: Class for the_contentAh yea thanks buddy, it worked! I know what went wrong last time i tried using the div, I forgot to add a . in front of news-content in the CSS file. Thanks for helping me out! 😀
Forum: Themes and Templates
In reply to: Class for the_contentI’ll go try that, last time I tried to do that everything mixed up lol. I’ll post when I get some results!
Forum: Themes and Templates
In reply to: Class for the_contentp.news-content { color: #878686; font-size: .8em; display: block; margin-top: 30px; clear: both; line-height: 14px; }Link: http://www.robindebije.com
But I got it fixed another way, just had to put the info in the body and give all the other text their own class. Probably way too much work, so if someone could explain how to just give the content a class I would appreciate it very much 🙂
[EDIT]
Oh wait.. it still doesn’t work, when I change it in body everything changes with it. So help is still needed! 😀