Styling Table Module (border) - Question | JoomShaper

Styling Table Module (border)

C

clausjepsen

SP Page Builder 3 years ago

When using the "Table" module (not in documentation by the way), I am having trouble setting the border styling.

Only first row is having color, border etc. options.

  1. When setting only the bottom-border, all borders are displayed.
  2. How do I set a border for the 2nd and following rows? (I just want a bottom 1px border).

This is the module:

This illustrates the issue:

0
4 Answers
C
clausjepsen
Accepted Answer
3 years ago #69

I made it using custom css, but really this module is not done-done.

.sppb-addon-table-main td { vertical-align: text-top; border-bottom: 1px solid #cd662b; }

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #71

Hi Is this ok now? Does your css workig?

0
C
clausjepsen
Accepted Answer
3 years ago #99

CSS is working. On the 1st row, I suppose one must key in all fields, e.g. 0px 0px 1px 0px - and not assume that blank fiels are treated as 0px. Really odd. On the following rows I had to do with custom CSS which works, but this is hardly how the module was thought.

Actually, I ultimately skipped using this module and found another solution. I guess a "table" module should translate to div-tags instead of table-tags.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #197

HI. Yes you can also do it like this

0