Wrapper round Content Box

Viewing 10 posts - 1 through 10 (of 10 total)
  • #12120
    pmb
    Participant

    Hello All,

    Hoping someone can help – the forums have been really useful for finding out many mods to the theme, but can’t get my head around this one:

    http://www.peterbryant.co.uk/?page_id=114

    I’m trying to get rid of the wrapper around the Home and Text so it is all one body of text – I’ve found all the bits that relate to the colour it is “f8f8f8” and tried reducing padding/margins, but nothing seems to work.

    Any ideas please?

    Thanks in advance!

    #12127
    Alexander
    Participant

    Hi pmb,

    try this one in your css;

    .entry, #comments, #respond {
    background: none;
    box-shadow: none;
    border-bottom: none;
    }

    Referring to your particular page, targeting only the .entry class would also be sufficient.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #12129
    pmb
    Participant

    Thanks Alexander, worked a treat!

    Now that box has disappeared, any idea how to reduce the margin between text and the side of the content box?

    Seems bit too much space at top and sides

    #12131
    ashmarnie
    Participant

    Yeah, that worked perfectly…now does anyone know how to add a solid line underneath each post that it breaks up the actual post from the background?

    #12132
    Mindscanner
    Participant

    WoW! That’s cool!
    Any idea how to remove the txt also ? Not the title,the other txt (thinking to find word) erm…the excerpt maybe?

    #12134
    ashmarnie
    Participant

    i solved my issue

    #12135
    Alexander
    Participant

    Don’t hijack others topics… πŸ™‚

    Always try to start a new topic for additional questions.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #12209
    pmb
    Participant

    Hi Alexander

    On topic with my thread, have you any idea how to reduce the margins between the text and the edge of the content box?

    http://www.peterbryant.co.uk/?page_id=114

    Thanks
    Peter

    #12217
    Alexander
    Participant

    Hi pmb,

    try to add:

    .page-template-template-no-sidebars-php #container {
    margin: -2%;
    }

    to your css.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #12218
    pmb
    Participant

    Worked a treat, thanks Alexander!

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.