zTurko Member Sep 9, 2018 #1 Good evening, I would like to know how to center the threads title I tried text-align: center; it did not work
Good evening, I would like to know how to center the threads title I tried text-align: center; it did not work
Ozzy47 Well-known member Sep 9, 2018 #2 Center it where? Provide screenshots of what you are looking for. Upvote 0 Downvote
S S Thomas Well-known member Sep 10, 2018 #4 Good ol' classic hack: CSS: .p-body-header { margin: auto !important; width: 50%; } Upvote 0 Downvote
zTurko Member Sep 10, 2018 #5 It's like this: http://prntscr.com/ksi9pa it does not center the title Upvote 0 Downvote
zTurko Member Sep 10, 2018 #6 I found here the code: CSS: .p-title-value { margin: auto !important; } Upvote 1 Downvote
zTurko Member Sep 10, 2018 #7 In the end, it does not include the other pages: http://prntscr.com/ksiby8 Upvote 0 Downvote