ausdigitalmedia Posted October 14, 2013 Share Posted October 14, 2013 Hi all. I am using the firebug method to change the coding for this site but nothing I have tried is working with this issue. All I want to do is center the nav bar and the background image behind it. Can anyone help please? http://www.thewattletree.com/ Link to comment https://forums.phpfreaks.com/topic/282969-need-help-centering-nav-bar-please/ Share on other sites More sharing options...
QuickOldCar Posted October 15, 2013 Share Posted October 15, 2013 This is more a css question, but something like this should get it all centered for you .centered { text-align:center; margin-top:0px; margin-bottom:0px; margin-right: auto; margin-left: auto; padding:0px; } Link to comment https://forums.phpfreaks.com/topic/282969-need-help-centering-nav-bar-please/#findComment-1453938 Share on other sites More sharing options...
ausdigitalmedia Posted October 15, 2013 Author Share Posted October 15, 2013 Never mind. I found the solution. Thanks guys. Link to comment https://forums.phpfreaks.com/topic/282969-need-help-centering-nav-bar-please/#findComment-1453939 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.