Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to specify width of the sidebar #9

Open
apolloj opened this issue Feb 16, 2011 · 1 comment
Open

Possibility to specify width of the sidebar #9

apolloj opened this issue Feb 16, 2011 · 1 comment

Comments

@apolloj
Copy link

apolloj commented Feb 16, 2011

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 ?

@lupo49
Copy link

lupo49 commented Apr 23, 2011

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%;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants