Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 three

    And 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!

    #875281

    Hey goldengate415,

    You can add padding or margin at the bottom of every list element. Do you need help with that?

    Best regards,
    Victoria

    #875282

    Yes, please. I am using the advanced layout editor.
    Thanks.

    #875321

    Hi,

    Please provide a link to the page in question.

    Best regards,
    Jordan Shannon

    #875342

    Hi, 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

    #875346

    Hi,

    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 Shannon

    #877970

    I 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,
    Rob

    #878068

    Hi,

    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 Shannon

    #878917

    It 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

    #879191

    Hi,
    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.