Link to home
Start Free TrialLog in
Avatar of TrueBlue
TrueBlueFlag for United States of America

asked on

need to extend top navigation bar

HI!

I would greatly appreciate someone specifically showing me which rule below I need to edit to to extend the top navigation bar to the right 30 more pixels on the following page: http://www.topsecurityinc.com/ ?

.topnav-wrap *{margin:0;padding:0;}
.topnav-wrap{width:828px;margin-left:9px;height:42px;padding-left:5px;}
.topnav-wrap a{text-decoration:none;}
.topnav-wrap ul{list-style:none;}
.topnav-wrap p{margin:15px 0;}
.ts-2{border:medium none;border-collapse:collapse;overflow:hidden;text-align:left;width:859px;clear:both;}
.ts-2-1{border:none;float:left;height:42px;line-height:1px;margin-bottom:0;width:869px;padding:0;}

I tried to increase the width in the below listed rule but it had no effect:
.topnav-wrap{width:828px;margin-left:9px;height:42px;padding-left:5px;}

TIA
ASKER CERTIFIED SOLUTION
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial