Hi can I add few spaces or some 10px left padding to some of the horizontal list items? It works as a table and few rows need to be indented. Centering is too much and not the same way on each item.
thanks, it moves all the list items in first column. I wish to decide which text in first column to move and leave the other rows. This is my goal. Attached
This wouldn't be possible with spaces alone since WP will remove blank spaces when saving.
One possible solution would be to separate each horizontal list item into its own row and then use left padding on the rows you wish to indent. In order to get all the items to sit flush vertically, you can set each row's column margin to "none"
Hi!
Hi can I add few spaces or some 10px left padding to some of the horizontal list items? It works as a table and few rows need to be indented. Centering is too much and not the same way on each item.
Please see attached.
Hi Marcin,
Use the following custom css:
Hope this helps.
Hi Andrew,
thanks, it moves all the list items in first column. I wish to decide which text in first column to move and leave the other rows. This is my goal. Attached
Hi Marcin,
The following will alternate:
Thanks.
Hi,
thank you but it wont work. It will be lots of products pages with tables, and different numbers of rows on each.
Is there any tab or space html code that can work inside the horizontal list item editor?
I tried inline span styling with no luck.
Hey marcin,
This wouldn't be possible with spaces alone since WP will remove blank spaces when saving.
One possible solution would be to separate each horizontal list item into its own row and then use left padding on the rows you wish to indent. In order to get all the items to sit flush vertically, you can set each row's column margin to "none"
Thank you!
I will try some table plugin in that case. It could be simpler way.