Is there a way I can make these columns bigger? I have a 22 inch monitor and I can afford to have lots of space. At the moment columns are cut to a specific size.
Thanks
Claude
Is there a way I can make these columns bigger? I have a 22 inch monitor and I can afford to have lots of space. At the moment columns are cut to a specific size.
Thanks
Claude
Hmm.. actually those columns doesn't have specific width. They are all adjusted equally.
However, you can adjust the main container.
Edit your index.css file, search for this code:
#container, #top, #bottom, #footer {
margin: 0pt auto;
width: 900px;
}
change it to become:
#container, #top, #bottom, #footer {
margin: 0pt auto;
width: 95%;
}
that would set your main container to be significantly wider on 22 inch monitor
That did the trick! Thanks a lot for the help.
Great software by the way!
Is there a way to also expand the number of lines displayed... increase row size is what I want to do I guess...
Yes, edit line 75 of manage_entries.php file:
$rows_per_page = 15;
simply adjust the value above.
You must log in to post.