• Resolved considerphi

    (@considerphi)


    When I edit the posts, the blockquote has the citation on the right. But in the published version it’s on the left. Even though the css shows an attempt to make it go to the right. Would prefer it on the right.

    
    .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
        font-size: 1.125em;
        text-align: right;
    }
    

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

Viewing 1 replies (of 1 total)
  • Hi @considerphi,

    Thanks for choosing Neve!

    Please add the code below in the Additional CSS section within the Customizer, it should align the text from the quotes to the right.

    .single-post .wp-block-quote.is-style-default {
        text-align: right !important;
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Neve quote citation aligned right in editor, left in frontend’ is closed to new replies.