Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this lines on your child theme style.css file

    .panel-widget-style .textwidget p {
    	text-align: center;
    }

    Hello @freedom1

    You can achieve this by applying following CSS code.

    h1.title-post.entry-title {
        text-align: center;
    }

    Hope this will help.

    Thanks.

    Thread Starter freedom1

    (@freedom1)

    Thanks guys, much appreciated.

    Unfortunately, one didn’t work, and the other centred everything, which I didn’t really want.

    I only wanted the text in the widgets centreing.

    But, I managed to find a section in the Widget, I think it’s called ‘Layout’ which allowed me to centre the text which is great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centreing Wording in Widget’ is closed to new replies.