Formatting CSS & Dedication

Not knowing which theme you are using I give you the custom css for the McLuhan theme. You might have to change the values for font-family, font-size and line-height to match the styling of the “normal” chapter text of your theme. You find the values in the window above the customs css input window. This assumes that you assign the front matter chapter type “Dedication”.

div.dedication p {
margin-bottom: 0em;
font-family: ‘Lora’;
font-size: 9pt;
font-style: normal;
font-weight: normal;
line-height: 1.5555555556em;
text-align: justify;
hyphens: auto;
}

.front-matter-title-wrap h1,
.front-matter-title-wrap h3 {
font-family: ‘Lora’;
}

div.dedication {
margin-top: 0cm;
margin-right: 0%;
margin-left: 0%;
}