Add padding without pushing content box out
-
Hello I am new at WordPress.
I am trying to add some padding left and right to the text of my content so that it doesn’t touch the edge. but every time i add some (padding-left or padding-right) the content box expands and touches the side bar.https://www.corfugreecetours.com
i set the width of the content and side bar with:
#primary {
float: left;
margin: 0 -26.8% 0 0;
width: 100%;
}
#content {
margin: 15px 34% 15px 1.9%;
width: 69.4%;
}
#secondary {
float: right;
margin-right: 1.9%;
width: 24.9%;
}Any help will be appreciated
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add padding without pushing content box out’ is closed to new replies.