This topic is locked
[SOLVED]

 make page wider?

5/27/2014 10:32:14 AM
PHPRunner General questions
W
wfcentral author

I have a list page with many columns that are wrapping content. The data portion of the page appears to be 1330px wide. I'm using monitors that are all 1600px wide - so, would like the data to flow to 90% width of monitor.
I'm using style Oslo - Metro - DeliciousGray and cannot find anyplace to set the width to 95% for this content.
I know I could go into each column and set a width, but that seems a backward way to do it.

Sergey Kornilov admin 5/27/2014

Try adding the following to 'Custom CSS' section

.rnr-page {

width: 95% !important;

}