Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Column widths

posts: 4656 Japan

> that doesn't work because the widths of the boxes are set here..
>

> Image
Copy to clipboard
div.box { > background-color: white; > margin: 4px; > border: 1px solid #8CACBB; > overflow: hidden; > width: 190px; > } >


Change that width to 100%, along with any other pixel widths that may be in the div. box style. I did this with the moreneat theme, and changed the column widths to 200px and 150px, just to test, and got the result you want.

-- Gary

There are no comments at this time.