• chuckg007

    (@chuckg007)


    Hello,

    I am using the WP theme ‘Simple’ on the following domain: http://reflections.cgwebsolutions.co.uk. I am unable to center the blockquote text via css to sit directly beneath the slider.

    The text is currently left aligned on the screen and is driving me mad! Can anyone please advise how this can be achieved?

    Thanks.

Viewing 1 replies (of 1 total)
  • chris1design

    (@chris1design)

    Hi chuck,
    I’ve added a left margin of 40px and it seems to solve the problem. You can try this.

    p, blockquote {
      line-height: 23px;
      margin-bottom: 20px;
      margin-left: 40px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Unable to center text to sit directly underneath slider’ is closed to new replies.