Rounding profile page corners
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Mike- Hyperactive
-
Posts : 4251
Reputation : 468
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: Rounding profile page corners
Drogba921, does that work with phpBB2?
Hardcore Gamer- Forumember
-
Posts : 522
Reputation : 4
Language : English
Re: Rounding profile page corners
What would the Pun class name be?
Xanthis- Forumember
-
Posts : 210
Reputation : 6
Language : English
Re: Rounding profile page corners
You need to provide a bit more information as for example your forum version or URL. Assuming you are asking to do the same thing as on that forum for punBB the code would be this:
.pun
But it will round bunch of other things.
- Code:
.pun .main-content {
border-radius: 5px 5px 5px 5px;
}
What would the Pun class name be?
.pun
Drogba921, does that work with phpBB2?
- Code:
.forumline {
border-radius: 5px 5px 5px 5px;
}
But it will round bunch of other things.
Re: Rounding profile page corners
@Nera. wrote:You need to provide a bit more information as for example your forum version or URL. Assuming you are asking to do the same thing as on that forum for punBB the code would be this:
- Code:
.pun .main-content {
border-radius: 5px 5px 5px 5px;
}
Yes, that's what I was asking, I apologize for the vagueness. And, thank you, the code worked.
Xanthis- Forumember
-
Posts : 210
Reputation : 6
Language : English
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum