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

Control distance from center of carousel in FredHQ's Roundabout #138

Open
kyle-jennings opened this issue Jan 9, 2014 · 1 comment
Open

Comments

@kyle-jennings
Copy link

Does anyone know if I pull my elements (in this case images) closer into the the center of the carousel? My images are wayyyyy far from the center:
screen shot 2014-01-09 at 9 16 40 am

Id like the images closer to the center like this, which I achieved by editing the page with firebug:
screen shot 2014-01-09 at 9 52 50 am

@LongLiveCHIEF
Copy link

lol... I'm having the opposite problem. Checked out a closer look at the docs, and the beginner's tutorial mentions that changing the width property of the roundabout-holder item increases/decreases the distance. I changed mine from about 5 to 30em to cover the width (~700px) I needed for my 3 pics... and it looks pretty nice. Here's a sample of my css for my roundabout:

   .roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 1em;
      width: 30em;
    }
    .roundabout-moveable-item {
      height: 1em;
      width: 4em;
      cursor: pointer;
      background-color: #ccc;
      border: 1px solid #999;
    }
    .roundabout-in-focus {
      cursor: auto;
    }

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