top



css to center the category title

&

form the forum bodyline

ex : i want two css codes Free_f10

Forum version ?

punbb

For the bodyline apply this into your css:

Code:
    .pun {
    border: 1px solid #b0d551;
    padding: 7px;
    margin-top:7px;
    }

its worked bro...thanks.... Smile

waiting for next one..... Smile

Please regard from double posting unless separated by 24h
Now, can you be more specific cause i dont understand this ?Smile

I think he needs this code

Code:
    .page-title h2, .page-title span {
    font-size: 16px;
    color: #ff0000 !important;
  text-align: center;
 }

Maki wrote:I think he needs this code

Code:
    .page-title h2, .page-title span {
    font-size: 16px;
    color: #ff0000 !important;
  text-align: center;
 }

ya correct, Thanks & solved

Solved & Locked Wink

Just a tip:
Next time if you want to only center the text then use this:

Code:
.page-title h2, .page-title span {
  text-align: center;
 }