Open apolloj opened 13 years ago
Change the CSS-properties "width" in your style.css
Example:
div.dokuwiki div.left_sidebar { float: left; width: 40%; padding: 0.2em 0.5em 0 0; }
div.dokuwiki div.page_right { width: 55%; float: right; border-left: 1px solid border; padding-left: 1%; }
HI, Thanks for your plugin. But in a future release, will it be possible to specify width (px or %). Thanks. And Can you tell me how I can modify this in your code ?