Site logo

Archived topic

How can I adjust the list block to the right?

3 replies · Started by dongsoon on May 20, 2020

Viewing posts 1–4 of 4

Hi,

I want to adjust the list block position to the right.

Currently, the list block of the generatepress theme splashes slightly to the left in the contents area. Please refer to the attached image.

list block

Hi there,

Try this CSS:

@media (min-width: 769px) {
    .entry-content ul {
        padding-left: 50px;
    }
}

Thanks for your help.

My final code is below,

@media (min-width: 650px) {
    .entry-content ol, ul {
        padding-left: 90px;
    }
}

No problem :)

This archived topic is closed to new replies.