leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Formatting page controls #200

Closed l3iodeez closed 9 years ago

l3iodeez commented 9 years ago

I am having trouble seeing how to format the pagination controls. Instead of coming out the way they are in the examples like: 1 2 4 5 .....100 101 >>> its being displayed as a bulleted list, like this: 1 2 3 ... 101 102

How do I make it display horizontally?

leikind commented 9 years ago

use a web inspector / dev tools of your browser to compare styles in the examples with your page and find out which styles are missing in your case.

l3iodeez commented 9 years ago

Thanks for the quick reply!

I grabbed the wice_grid.css.scss which defines the pagination class and is affecting my view. What classes do I need to modify to make it look like the example page controls? I know enough CSS to do most of the formatting but I'm having trouble making the numbers display horizontally.

leikind commented 9 years ago

I am sorry, you are on your own fighting css of your website / webapp. This has nothing to do with the plugin itself.

l3iodeez commented 9 years ago

Alright. Thanks anyway.