• Hi,
    I wanted to add a quote to my review. I have done so however, I cannot get the quote to sit in the centre of the page. I have set the text to centre but this just keeps it where it is and moves the second line under the centre of the first. I want to centre the whole block but do not know how.
    Any help is greatly appreciated.
    Many thanks
    MinkiSan

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

Viewing 1 replies (of 1 total)
  • Hello,

    I have set the text to centre but this just keeps it where it is and moves the second line under the centre of the first. I want to centre the whole block but do not know how.

    Try sticking this wherE you do your CSS overrides (eg Customizer):

    blockquote {
    display: block;
    }

    This will probably cause your citation to shift to the extreme right of the page. If you’d like to center this as well, add:

    cite {
    text-align:center;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Format Quote box help’ is closed to new replies.