• Can anyone tell me how to hve my posts in separate boxes on the home page (ie, you can see a bit of the background between posts – does that make sense?) Thank you/

Viewing 3 replies - 1 through 3 (of 3 total)
  • This would be something you’d accomplish by modifying the CSS file. Please post a link to your site and/or the theme that you’re using, and someone might be able to offer a specific suggestion.

    The key will be finding a CSS selector (class, probably) that is used to “surround” the posts and another selector (maybe an ID) that applies to the whole “page”. Tweaking the backgrounds (and maybe the paddings and margins) for two selectors should give you the effect you want.

    [I am not a CSS expert …]

    Thread Starter 773369

    Thanks for your reply.

    The theme I’m using (with some modifications) is here:

    http://ythv.info/funkyzine/

    I’ve figured out everything else I want to do, I just can’t find an instruction on this last thing.

    The CSS

    #content .content {
    padding-left: 0;
    padding-right: 0;
    background-color:#333333;
    }
    .post {
    margin: 2em 0 2em 0;
    padding-left: 2em;
    padding-right: 2em;
    background-color:#FFFFFF;
    }

    gives you a simulation of the background between the posts.

    Actually using your background image and getting the rounded corners is another exercise.

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

The topic ‘Separating posts on home page’ is closed to new replies.