Question / Help Browser Source

Banyarola

Active Member
As you can see when using a browser source the source corners are square.
Is there any way to make the rounded??
Thanks Guys
Browser.JPG


Bany
 

Banyarola

Active Member
Yeah, I tried that once...Tough to scale the frame right to fit properly...I may have figured it out...
 

WizardCM

Forum Moderator
Community Helper
As it's a browser source, just use the Custom CSS box

CSS:
html, body {
    border-radius: 30px;
}

The higher the radius, the bigger the curve.
 

Banyarola

Active Member
Thanks Wiz, I tried it several ways and it doesn't do anything..
I may be using it wrong because I have no idea how to use this CSS stuff..
 
Top