Hi there
Is it possible to merge the cells in a table I have inserted on a page in Enfold?
Say, I have a table with 4 columns and three rows.
In row 2, I would like to merge cell 3 and 4.
On row 3, I would like to merge cells 2 to 4.
Is this possible?
Help much appreciated!
Hey!
That featured is not available at the moment, feel free to request it here.
Best regards,
Josue
Yes, please. I would like to request this feature in tables on the Enfold Theme. It would make my life a lot easier and my page more user-friendly!
Another question about tables:
I would like to change the font-size of the pricing row and have added the following snippet to the “quick css changes” in the theme option:
media=”all”
.pricing-table li.avia-pricing-row {
text-align: center;
font-size: 16px;
line-height: 1em;
padding: 25px 12px;
/* text-shadow: 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 3px 0 #B9B9B9, 0 1px 0 #AAA, 0 1px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .2); */
font-weight: 600;
}
Basically, I have changed “font-size:” from 60 to 16px. It does not work (I have tried it with the code-inspector in crome and it works there, but only for preview.
Could you help me out?
Thanks!
Hi!
Please remove media=”all” from your code. It’s invalid css code.
If you want to merge table cells I recommend: http://tablepress.org/ which supports this feature.
Best regards,
Peter
Thank so much!