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

changing the divider width #18

Closed
kofifus opened this issue Aug 25, 2015 · 2 comments
Closed

changing the divider width #18

kofifus opened this issue Aug 25, 2015 · 2 comments

Comments

@kofifus
Copy link

kofifus commented Aug 25, 2015

I'm not able to change the divider width. For example in percent-vertical.html in
#my-divider {
right: 80%;
width: 5px;
}

I tried to change width to 1px but it did not seem to have any effect.
Any help ?

@shagstrom
Copy link
Owner

Did you change left-component margin-right too? It needs to be 1px too.

#left-component {
    right: 50%;
    margin-right: 5px;
}

@kofifus
Copy link
Author

kofifus commented Aug 26, 2015

got it thx

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