inherit
198014
0
Jul 11, 2023 18:43:37 GMT -8
jellobby
am i a mess? yes. but am i a hot one? no.
17
August 2013
jellobby
|
Post by jellobby on Apr 14, 2015 13:01:35 GMT -8
Site: jelloskin.proboards.com/
So either my category titles (General, Guest Zone, and Roleplay Here) are off center, or the title for the Info Center at the bottom is.
When I go to themes > advanced styles & css > Forum > Body (Content) > Containers > Title Bars > Titles, only some of it changes the title of the info center (i.e., text color, and shadow). However, if I choose text align: center, it does not change the info center's title's alignment. It just stays left while everything else moves. So, I had to go into layout templates > home, and just manually center it with a <*center></center> tag.
Any idea why a.) I can't just use the visual editor for this one particular thing and b.) Why one of the two are not centered?
Thanks!
|
|
Former Member
inherit
guest@proboards.com
189888
0
Nov 24, 2024 21:32:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 14, 2015 14:04:38 GMT -8
Hi.
Your category titles aren't properly centred because there is some styling that says it should only be 80% width. You can change this by going to Admin > Themes > Advanced Style & CSS > Style Sheet.
Add this to the bottom of the file:
.container > .title-bar.bbcode h2 { width: 100%; }
That should fix it.
|
|
inherit
198014
0
Jul 11, 2023 18:43:37 GMT -8
jellobby
am i a mess? yes. but am i a hot one? no.
17
August 2013
jellobby
|
Post by jellobby on Apr 14, 2015 14:10:18 GMT -8
You're wonderful.
Thank you!
|
|