Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Themes and Templates
    In reply to: Adding Widgets

    Can’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.

    Thread Starter deuk

    (@deuk)

    Ah 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! 😀

    Thread Starter deuk

    (@deuk)

    I’ll go try that, last time I tried to do that everything mixed up lol. I’ll post when I get some results!

    Thread Starter deuk

    (@deuk)

    p.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! 😀

Viewing 4 replies - 1 through 4 (of 4 total)