• There are two pins at the end of the article. The first pin appears slightly on the left in the mobile view whereas the other pin appears perfect. I want the first pin to be centre aligned. Kindly help 🙂

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

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

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    @media (max-width: 560px) {
        .single .single-content span[class*="embed_pin"] {
            display: block;
            margin: 0 auto;
        }
    }

    Hope that helps.

    Kind regards

Viewing 1 replies (of 1 total)

The topic ‘Pin alignment on left side’ is closed to new replies.