Change and reduce line spacing and text width - Dawn Theme

if you like to adjust between paragraph you need add margins top and bottom.

On this code. Im calling the paragraph on the image with text section.

You can simply add margins like this.

.image-with-text__text p {
    line-height: normal;
    margin: 20px 0;
}

Add or replace.

Made4uoRibe_1-1727796698385.png

If you’re using the code to reduce space and font, rather than customizing the theme, then adjustments should be made in the code. Would you like me to add comments to the code I provided so you can adjust it yourself?

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like