Home Forums Weaver Xtreme Theme rounded corners around website without a border Re: rounded corners around website without a border

#30950
scrambler
Moderator

Change the rule

#nav-primary {position:relative;z-index:100;margin-bottom:-20px; margin-left: 4%;}

to

#nav-primary {position:relative;z-index:100;margin-bottom:-20px; text-align:center;}

This will also center the slide open mobile menu. If you don’t want that make it

.is-desktop #nav-primary {position:relative;z-index:100;margin-bottom:-20px; text-align:center;}