Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #462587

    On our website http://mrct.org.uk/ when viewed on a tablet (both iPad and Android) we have noticed that when you have a separator/whitespace followed by a bullet point section, the first bullet point is shown on the far write, over the top of the wording. You can see an example of this on the Home page.
    Bullet points elsewhere on the website are fine.

    #462752

    Hey Barry!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ul.disc, .entry-content-wrapper ul {
      list-style: disc inside;
    }

    Regards,
    Yigit

    #462884

    Fixed problem but now the second line of a single indent is not ‘indented’ but now inline with the bullet above. This applies to all the bullet items. This happens now the PC’s as well as the tablets

    #462930

    Hi!

    Please add following code to Quick CSS

    .entry-content-wrapper div li:first-child {
      clear: both;
    }

    Cheers!
    Yigit

    #463008

    Thanks. Just using the last code you sent over worked.
    Thanks for the prompt support

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Bullet Point issue on tablets’ is closed to new replies.