Changing Post Layout

  • Mod

    Kenneth John Odle

    #20882

    I still see this somewhere:

    .two-col-right .post, .three-col-right .post, .two-col-right #comments ol li.comment.depth-1, .three-col-right #comments ol li.comment.depth-1, .two-col-right #commentform, .three-col-right #commentform {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    }

    It’s that “30px” that’s doing it.

    Anonymous

    #20883

    I know… it definitely looks like there is some unnecessary duplications in there.

    ttdsinfo

    #20884

    #sidebar1 div.sidebar-wrap {

    border: none;

    box-shadow: none;

    }

    #sidebar_bottom {

    background: none repeat scroll 0 0 #000000;

    }

    #footer {

    background: none repeat scroll 0 0 #000000;

    }

    .two-col-right .post, .three-col-right .post, .two-col-right #comments ol li.comment.depth-1, .three-col-right #comments ol li.comment.depth-1, .two-col-right #commentform, .three-col-right #commentform {

    border-top-left-radius: none;

    border-top-right-radius: none;

    margin-top: -6px;

    }

    ttdsinfo

    #20885

    sorry for the delayed response. So you think my code somewhere else is preventing it from working?

    Anonymous

    #20886

    Okay, try this instead (just the bottom part of your code):

    .two-col-right .post, .three-col-right .post, .two-col-right #comments ol li.comment.depth-1, .three-col-right #comments ol li.comment.depth-1, .two-col-right #commentform, .three-col-right #commentform {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -6px;
    }

    ttdsinfo

    #20887

    yep that did it Josh. Thank you so much!

    ttdsinfo

    #20888

    Soo next question, how do I place ads on my site other than inside widgets? Again to use the http://www.hervecuisine.com/ as a reference, he has ads on the top right sidebar but they don’t appear to be within any widgets. Would I simply need to put the code inside of the php page?

    Mod

    Kenneth John Odle

    #20889

    Add your ad code to a text widget, but leave the title section blank. That leaves off the header of the widget. I will include this when I revise my text widget tutorial.

    ttdsinfo

    #20890

    that’s what I’ve been doing but then the text box is still white, can I set the widget to have a black or whatever color background?

    ttdsinfo

    #20891

    any ideas? the backgrounds of the widget are just white and it looks unprofessional

Viewing 10 posts - 11 through 20 (of 21 total)

  • You must be logged in to reply to this topic.