moamarketing 0 Report post Posted June 13, 2012 Hi, I`m having problem to adjust menu nav width. Currently menu's width doesnt fit as contents. I have no idea how to control the width of menu's navigation. Thanks. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 13, 2012 Hi, If I understand you correctly, please add the following code to either your child themes style.css files, if you're using the PageLines Customisation plug-in, add the code to the plug-ins style.css or simply add it to Wordpress Admin Dashboard > PageLines > Settings > Custom Code > CSS Rules. [code].main_nav_container {background: #70B0D5;}[/code] If this is the look you intended, let me know. Please search our forums, before posting! Share this post Link to post Share on other sites
moamarketing 0 Report post Posted June 14, 2012 Thanks for the reply Danny. But my question is i want to adjust width of Menu Navigation(1) as body contents(2) Body content's(2) width is 1070px. but Menu Navigation(1) is 952px, so i want to change 952px to 1070px. Does anyone know how to change the Menu Navigation width ? Here's Example picture ------- > http://hyuk527.com/?page_id=241 Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 14, 2012 Hi, Use the code above, this will give the main navigation the same background color as your links. The you may want to centre your navigation links, to do this read the post below. http://www.pagelines.com/forum/discussion/comment/99092#Comment_99092 Please search our forums, before posting! Share this post Link to post Share on other sites
moamarketing 0 Report post Posted June 18, 2012 I've found the CSS code that i wanted. Solve the problem :) Thanks for the help Danny. .navigation_wrap {margin-left: 30px;} Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 18, 2012 No problem, happy to help! Please search our forums, before posting! Share this post Link to post Share on other sites