Problems with justified text and new sections

Hi,

This is my first time using a theme and i think llldy is pretty fantastic but, i’m struggling with two problems.

  1. I’m having problems justifying the text on my About Section.
    I was trying to use the html code… in the text… for example “<p align=“justify”></p>”

  2. I would like to know how can i create a new section or how can i delete one.

Thank you so much

Hello,

First of all, thank you for using our theme!

Unfortunately, both the requests cannot be achieved at the current because the entry fields erase any HTML syntax, while the theme only has to offer the current sections and no means to build another custom one.

You should try this CSS to deal with the text:

#about .section-header p { text-align: justify; }

And maybe you have some other section that you don’t use where you can add text widgets and build a new one.

Best regards