Okay
  Public Ticket #1036104
Unordered List Formatting
Closed

Comments

  • Tyson started the conversation

    Hi, 

    I'm trying to increase the spacing between each item of an unordered list. I only the spacing to change for this particular page, no others. Thanks. 

  •  2,723
    Andrew replied

    Hi Tyson,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    .page-id-249 .wpb_text_column ul li {
        padding-bottom: 10px!Important;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  • Tyson replied

    Hi, 

    That doesn't seem to work. I tried clearing my cache but no luck.

  •  2,723
    Andrew replied

    Hi Tyson,

    Thanks for your reply.

    May I ask you to remove the previously provided Custom CSS Code and add the following below:

     /*Increases the Margin Space Between List Items On Learning Center Page*/
    .page-id-249 .wpb_text_column ul li{
      margin-bottom: 20px !important
    }

    Please copy and paste this Custom CSS Code into the Page Specific Custom CSS Section in the WYSIWYG Editor of Visual Composer as illustrated in the image attached or shown below for the specific page you would like this to affect.

    page-specific-css-Visual-Composer.png 


    You may also increase the numerical value of the 20px if you would like a larger space between list items

    Please let me know if there are any more questions that I can answer for you.  

    Cheers!