Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi!
I am using PageBuilder and added a text-widget.
I want the title (h3) to be center, but my text should be justify. How can I do that?
I’ve tried this but it won’t work:
border: 2px solid #039bd5;
text-align: justify;
.widget_headline-widget h3 {
text-align: center !important;
}
Hi BeamX1,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.widget_text .widget-title { text-align: center; } .widget_text .textwidget, .widget_text .textwidget p { text-align: justify; }You might also need to install the SiteOrigin CSS Editor.
Thank you, Alex!
Hi BeamX1,
Happy to help. Is there anything else I can help you with today?