Site Orgin Editor Widget Title
Is there a way to Center or Right justify the widget title?
Thanks, Bobby
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Is there a way to Center or Right justify the widget title?
Thanks, Bobby
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
1Hi Bobby,
Yes, this is possible with CSS.
Hi Bhs67,
You’ll need to use CSS for this. If you would like to change a specific title, please open the editor and head over to the widget styles sidebar. Open the Attribute settings group and set the widget class to either title-center or title-right_justify depending on which one you want to use and then save the page. Please navigate to WP AdminAppearanceCustom CSS and add the following CSS:
.title-center .widget-title { text-align: center; } .title-right_justify .widget-title { direction: rtl; text-align: justify; }You might also need to install the SiteOrigin CSS Editor.
If you would like to capitalize all titles, please navigate to WP AdminAppearanceCustom CSS and add the following CSS to center align the widget title:
.so-widget-sow-editor .widget-title { text-align: center; }Or the following CSS if you would like to right justify the widget title:
.so-widget-sow-editor .widget-title { direction: rtl; text-align: justify; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.