Former Member
inherit
guest@proboards.com
256971
0
Nov 22, 2024 23:19:02 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 12, 2018 14:35:55 GMT -8
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Dec 13, 2018 10:06:09 GMT -8
You'll need to go into your theme's CSS: Admin > Themes > Advanced Styles & CSS > "Style Sheet"
Click inside the text area, and press ctrl (OSX: cmd) + F on your keyboard, then search for: .shoutbox_messages .shoutbox-post
It should take you toward the bottom of your stylesheet. The line you want looks like this:
.shoutbox_messages .shoutbox-post { color: @shoutbox_shouts_text_color; font: @shoutbox_shouts_text_font; background: @shoutbox_shouts_background; border: @shoutbox_shouts_border; .rounded-corners(@shoutbox_shouts_border_radius); text-align: left; position: relative; overflow: hidden; margin-top: 10px; margin-right: 10px; padding: 5px 15px 5px 10px; } You want to change text-align: left to text-align: center.
Let me know if you have any troubles with that.
|
|