Jump to content

PW Tables in Foundation 6 not transparent


kuba2
 Share

Recommended Posts

Hello

I am using the table option from the ckeditor on two sites of my new website project, as framework I am using Foundation 6. I have to present a list of songs, so the table is very practical.

Unfortunately the rows of the table aren't transparent , as they were before ( without framework ), and the table doesn't scale down in iphone screen.

Any suggestions how to handle this problem?

The two examples:

http://olikehrli.ch/kontakt/

http://olikehrli.ch/albe/

Thanks

Jakob

Link to comment
Share on other sites

I'm not familiar with foundation, as I use bootstrap myself. Bootstrap does have responsive tables within a div tag. You may want to look there and transfer that styling into your style file. /$.02 :)

  • Like 1
Link to comment
Share on other sites

Hello kuba2,

If you are using sass $table-backgound: $white is in _settings.scss line 490(ish)

Foundation 6 has a few options responsive tables depending on which suits your needed best. Scroll which scrolls the table horizontal at a set break point. Stack which will stake to on top or each other or responsive which keeps first column static and you can scroll the remaining.

Couple of links worth checking

http://foundation.zurb.com/sites/docs/table.html

http://foundation.zurb.com/responsive-tables.html

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...