I am trying to reduce the width of the navigation bar to be the same width as my logo/header. Have search and played around with different files but no joy yet, any ideas?
Thanks,
Darron
Thanks,
Darron
.page_menu {
background-color: <actinic:variable name="Palette2" />;
margin: 0px 0px 0px 0px;
}
.page_menu {
background-color: <actinic:variable name="Palette2" />;
margin: 0px 0px 0px 0px;
width: 762px;
}
Comment