• KidsPoint

    (@kidspointdotin)


    How To Align Breadcrumbs in GeneratePress Theme using CSS?

    I want to align Center in Mobile and left on Wide Screen like Laptop or Desktop.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    try adding this CSS to center align it on Mobile:

    @media(max-width: 768px) {
        .rank-math-breadcrumb p {
            text-align: center;
        }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Align Breadcrumb’ is closed to new replies.