Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #781500

    Hi,

    I have tried a couple of css tricks but to no avail.

    Under “How to Sign Up”, i want to indent both the ordered and unordered list to the left inline with “How to Sign Up” text.

    Any help will be much appreciated :) Thank you!

    #781588

    Hey fairusd,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    ol { margin-left: 0px; }
    ul { margin-left: 0px; } 

    Please note that this removes the margin from ALL your ordered and unordered lists. Is that what you would like to do?

    The unordered list I can see right now is under item #2, so that will align with item #2. If you would like to align it with “How to Sign Up”, then you need to make sure it’s on a separate list from the numbered one.

    I hope that helps!
    Sarah

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