Column width & space between columns
-
Hi, I’m having trouble controlling the column width (making wider) and decreasing the space between columns. I would also like a thin black line separating each column (wish list). Can anyone help me please. Nick
<div style=”background-image: url(‘http://monkschapel.com/wp-content/uploads/2015/04/monks-test.jpg’); background-repeat: no-repeat; height: 637px; width: 950px; margin-top: 20px;”>
<h1 style=”color: black; line-height: 18px; padding: 20px 10px 2px 20px;”>This is a Sample Headline</h1>
<p style=”color: black; padding: 2px 10px 10px 20px;”>This is sample paragraph text on top of an image. You may need to change the color of the text so it’s readable over the image.</p><div style=”width: 32%; padding: 0 10px 0 0; float: left;”>Your content for your column #1
Your content for your column #1
Your content for your column #1</div>
<div style=”width: 32%; padding: 0 10px 0 0; float: left;”>Your content for your column #2
Your content for your column #2
Your content for your column #2</div>
<div style=”width: 32%; padding: 0 10px 0 0; float: right;”>Your content for your column #3
Your content for your column #3
Your content for your column #3</div>
<div style=””clear: both;”></div>
</div>
The topic ‘Column width & space between columns’ is closed to new replies.