Hi we have this theme:
http://demo.megadrupal.com/?theme=alpine
Trying to setup:
https://www.drupal.org/project/views_responsive_grid
I need to know:
"class name of your columns" for this theme
Based on this requirement:
“You'll need to understand that the module won't provide any default styling to the grid so you may think it's not working, this is by design. In order for the columns to work you'll need to specify the class name of your columns. For example, if your theme utilizes a grid, like Twitter Bootstrap does, you would specify "span3" as the column class(making sure to use the correct span size). This will make sure your column adhere to the grid in your Bootstrap based theme.”
Thank you
Hi,
We are spending our national holiday
We will be back on 3rd, Sep and then we will checking and fix your problem
Regards,
Ok. Thanks
Hi,
You can set column class name : col-md-x
Because Alpine use bootstrap
For example:
If you want 4 columns, you set: col-md-3
If you want 3 columns: col-md-4
Thank you Cindy!