Home Forums Weaver Xtreme Theme how to indent bullets ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17486
    minze1
    Participant

    Hi

    Maybe very easy but can’t find it in the help section.

    How do I indent bullets in page copy ?

    In the ‘old’ weaver I used to add

    <blockquote>
    <ul style=”padding-left: 30px;”>
        <li>copy</li>
    </ul>
    </blockquote>

    But using this in the new xtreme theme it doesn’t work for a mobile view ??

    #20637
    scrambler
    Moderator

    Please always provide a link to your page so we can be sure of what is there.

    Not sure why you are using blockquote, but the code below stays indented by 30px all the way through mobile

    Regular text
    <ul style=”padding-left: 30px;”>
        <li>copy</li>
        <li>copy</li>
        <li>copy</li>
    </ul>

    So if it does not for you, we need to see the page

    #20638
    minze1
    Participant

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