Image CSS trumps Text CSS… how?
-
Using the Default template, changed the X axis from like 700px to 900 and removed the sidebar, with latest WP.
Okay here is what i need:
I want the text to be in a margin in the middle of the canvas. so lets say its space is 600 px with 150 px on either side.BUT
I want the images, all images, to go from 1 to 900 px across and not from 150 to 900 px.
| | – Content (900px)
| |X| | – Text (p padding:{0 150 0 150})
||XXXXX|| – Img (900px)What i tried so far:
– Negative Padding
I added a tag to my css for the text. the “p” tag. and i put the “img” tag below it with a padding tag with a negative value of -150 which worked! It tumpted the p tag!
but if i had two images next two each other they overlap each other cause the one to the right would move back 150 px and over lap the first one.Ive seen this on other websites and searched a bit for help. Please help. I’ll give you a cookie ??
- The topic ‘Image CSS trumps Text CSS… how?’ is closed to new replies.