text not wrapping underneath a box in center column
-
Hi. I’m stumped as to why text is wrapping to the left of, but not below a box I’ve inserted in the center column.
Site is here: https://66.147.244.158/~newengo4/
I want the box to show up on all pages. As per the theme-makers’ instructions, I added code for the box at the very end of the “content above the loop” section of code. Code I added is:
<div class="readers_toolbox"> Some text<br /> Some text<br /> Some more text </div>
And, to style the box, the code I added to the appropriate CSS inserts part of the theme is:
/*Style readers' toolbox */ .readers_toolbox { width: 155px; float: right; border: 1px solid #e5f2ee; padding: 8px; margin-bottom: 10px; }
Any help much appreciated! I’m a long-time Dreamweaver user & this is my first website in WordPress. So far it’s fantastic (except for this glitch ;). Thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘text not wrapping underneath a box in center column’ is closed to new replies.