Home › Forums › Weaver Xtreme Theme › rounded corners around website without a border › Re: rounded corners around website without a border
October 3, 2016 at 16:54 UTC - Views: 7
#30950
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;}

