Text padding issue
-
Text padding issue
Site = https://globalbusinessconnections.com/wpsitegbc/
If you look at the site, the test posts in the main content area – especially the ‘Another Post with Everything In It’ post – the text and images go all the way to the left or right red boarder.
Below is the code from the style.css:
‘#content {
width: 757;
height: 523;
border-top: 2px #FF0033 solid;
background: url(“images/content-lt-blue-background-1-j.jpg”) no-repeat center top transparent;
color:#333333;
float: right;
}’I tried addling padding and margin, but they added it to the outside of the image, which made the content area bigger and screwed up the layout.
How can I make it the post’s “text” and “photos” stay within (less than) 10px of each wall/boarder of the content area?
- The topic ‘Text padding issue’ is closed to new replies.