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.
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
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
Hi!
Please add following code to Quick CSS
.entry-content-wrapper div li:first-child {
clear: both;
}
Cheers!
Yigit
Thanks. Just using the last code you sent over worked.
Thanks for the prompt support