Page 1 of 1

Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 10:25 am
by alan_sh
I have created a table (5 x 5). In the propoerties, I have set Striped row to light green and ticked "header Row" (Under extra styles). In the style tab, I have set the background to solid and the colour to a light beige. All this in the default breakpoint.

When I then look at the table in any other breakpoint, the style beige colour has gone back to white. The default one is still OK. In the style tab properties, the mode is set to transparent.

The other issue is that I have some text on one of the cells which I want to be centred both horizontally and vertically in that cell. So, I set it up in the default breakpoint. When I look at table in any other breakpoint, it is centred vertically but on the left of the cell. When I then go back to default, it is the same - not how I want it. I cannot change the cell alignment in any other breakpoint to centre/centre.

Is this me? Or is there a small bug here?

thanks

Alan

Re: Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 11:33 am
by Pablo
HTML table are generally not responsive. So, usually I do not suggest to use them in breakpoints,
You may need set the color for each breakpoint individually.

Re: Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 11:58 am
by alan_sh
Thanks, I wasn't aware of that.

What would you suggest I use instead.

regards

Alan

Re: Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 1:14 pm
by Pablo

Re: Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 2:06 pm
by alan_sh
Thanks, but that seems to be for a large amount of data that comes from an external site. I just want something that looks like this: http://www.penninescouts.org.uk/badges.html

I'll think about using buttons or even menus.

cheers

Alan

Re: Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 2:34 pm
by Pablo
Did you create the table before or after adding breakpoints

I did a test by creating the table after the breakpoint was added and that seems to work correct.

Re: Table colours don't propogate across breakpoints plus one other issue

Posted: Thu May 02, 2019 2:37 pm
by alan_sh
I created the table after the breakpoints were created. I have 5 breakpoints and the errors were in all of them apart from the default one (which I created it in first).

But I am using CSS menus now and have deleted the table. That does what I need for now.

Thanks again or your support.

Alan