rvansyoc
Member
Posted 2 years ago #
I need help with the code for an un-organized list on my pages. I do not know the code for breaking the list into 2 columns and also 3 columns. Can someone come to my rescue. Here is the link to the page I am referring to: http://drvansyoc.com/?page_id=142
You will understand what I mean if you go to this page and then go about half way down the page. Thanks in advance to those who can help.
Roger
Add these two lines at the bottom of your stylesheet screen.css
.float-left { float: left; }
.width33 { width: 200px; }
rvansyoc
Member
Posted 2 years ago #
Just to make sure I understand you correctly, you are saying that I add these two lines at the bottom of the screen.css file in the root directory, as opposed to adding it to the actual page html code, right?
yes - there appears to be a line at the bottom of the file that says
/* add your custom css below this line */