change text font and centre formatting, of a page on DAWN theme

Hi Majaa

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
@media screen and (min-width: 750px) {
.rte table {
    width: 100% !important;
}

h1.main-page-title.page-title.h0 {
    text-align: center !important;
}
}

Result:

Best,
Liz