Site logo

Archived topic

How to make it left

1 reply · Started by can on January 18, 2021

Viewing posts 1–2 of 2

Hello,

When i use these dots its not so good shown on mobile. How can i make them left?
https://prnt.sc/x49czy

Hi there,

try adding this CSS:

@media(max-width: 768px) {
    .entry-content ul {
        margin-left: 0;
    }
}
This archived topic is closed to new replies.