ddmxhnketw
New Member
I am trying to apply columns css on so that I can show the content in pages horizontally. But when I set padding-right on body. I found it didn't work? Why?Also, some times, there is blank column at the end \[code\]body{height: 200px;text-align: center;-webkit-column-width: 608px;-webkit-column-gap: 160px;padding: 80px 80px 100px 80px;\[/code\]}updated to reply @jimjimmy1995\[code\]<html><style type="text/css">.div{height: 344px;text-align: center;-webkit-column-width: 608px;-webkit-column-gap: 160px;} body{margin: 80px 80px 100px 80px;}</style></head><body><div class='div'><p> blablablabla. </p></div></body></html>\[/code\]