So basically here's an image of what I want to extend.
I've made the width shorter by changing the width percentage from 60% to 50%, but still can't figure out from the image how I can extend the subject. Any help on this would be greatly appreciated
I've made the width shorter by changing the width percentage from 60% to 50%, but still can't figure out from the image how I can extend the subject. Any help on this would be greatly appreciated
- Code:
ul.topiclist dt,ul.topiclist dd.dterm {
display: block;
float: left;
width: 55%;
font-size: 1.1em;
padding-left: 5px;
padding-right: 5px;
}