-
AuthorPosts
-
November 10, 2017 at 1:03 am #874919
Hi there-
I am trying to create a numbered list with the “numbered list” button on the tool bar. It works, but it looks like:
1. Item one
2. Item two
3. Item threeAnd I want it to look like:
1. item one
2. item two
3. Item three
So in other words a space between each item. If I just hit return it starts the numbers over again. Is there a way to do this?
Thanks!
November 10, 2017 at 6:29 pm #875281Hey goldengate415,
You can add padding or margin at the bottom of every list element. Do you need help with that?
Best regards,
VictoriaNovember 10, 2017 at 6:30 pm #875282Yes, please. I am using the advanced layout editor.
Thanks.November 10, 2017 at 7:33 pm #875321Hi,
Please provide a link to the page in question.
Best regards,
Jordan ShannonNovember 10, 2017 at 7:49 pm #875342Hi, the page is not yet published… is there a generic way to do this? I would like to do it on multiple pages and have a way to do this going forward. Is there some CSS that will accomplish this?
Thanks
November 10, 2017 at 7:52 pm #875346Hi,
The general css would be like the following:
ul li { padding:5px 0; }
Of course if you have specific classes or id’s that would need to be accounted for when the site is published.
Best regards,
Jordan ShannonNovember 17, 2017 at 8:18 am #877970I do not understand Jordan’s response above.
Can someone tell me simply how I increase the spacing in my bullet or numbered list per the original post? I need specific, not general instructions please.
Thanks,
RobNovember 17, 2017 at 2:33 pm #878068Hi,
That is what you would put in quick css to increase the spacing. Its general because we need to see the page to get the exact classes, ids, etc.
Best regards,
Jordan ShannonNovember 20, 2017 at 12:40 am #878917It is a text box withing the Advanced Layout Builder. There is no class created for this text box. In the past you guys have given a step by step on adding a custom css class and then the css to include for that specific element.
would that be possible this time?Thanks
November 20, 2017 at 4:19 pm #879191Hi,
Here is the doc on turning on custom classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/The easiest way to get this solved is for us to be able to see a page.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.