-
pmbParticipant
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!
AlexanderParticipantHi 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.compmbParticipantThanks 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
ashmarnieParticipantYeah, 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?
MindscannerParticipantWoW! 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?AlexanderParticipantDon’t hijack others topics… π
Always try to start a new topic for additional questions.
Cheers,
Alexander @ http://www.mouseclick.compmbParticipantHi 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
PeterAlexanderParticipantHi pmb,
try to add:
.page-template-template-no-sidebars-php #container {
margin: -2%;
}to your css.
Cheers,
Alexander @ http://www.mouseclick.com
You must be logged in to reply to this topic.