Think he means what I am about to ask..!!! How can I stretch the navigation as I have made the style fluid or full... Also, has anyone managed to add the submenu navigation bar, if so how... One of the best free styles, but lack of a sub navigation bar lets it down badly IMHO..( And I am not alone in that thought )
You can stretch navigation bar by open template navigation.css and find Code: #navigation .pageContent { height: 30px; _height: {xen:calc '@headerTabHeight * 2 + 2'}px; position: relative; max-width: 980px; margin: 0 auto; } Replace with Code: #navigation .pageContent { height: 30px; _height: {xen:calc '@headerTabHeight * 2 + 2'}px; position: relative; margin: 0 auto; } Regards,
Thank You for the help Brivium... Will that make the navbar go full width as shown in pic below...( pic edited to show ) And one last question ( sorry ) then I will be well happy & content... How can I move the logo over to left also , to side of screen.. Thank You & Regards..
You can do this by edit Page Width Controller (like screenshot below) and change max-width: 980px to max-width: 100%; Regards,
Oops..that last tip Brivium didn't work...it rendered the navbar virtually unreadable and removed the background... Regards.
Your Demo of Hydrogen looks full screen in the area I am on about, but just wont work that way for me....
Hi..Thanks for responding..Top Man.. My URL is : http://robinhoodgroup-tv.info/community/index.php That is default skin of your design Hydrogen ( And still the best free one I have ever seen ) I have transfer your first feedback on to this skin after trying it out on a backup of the skin I use to test.. You will not see the navbar image as it appears in my last picture above.. Again Thank You..
Please find pageWidth class and replace with follow code Code: .pageWidth { padding-right: 20px; padding-left: 20px; margin: 0 auto; box-sizing: border-box; }
Thank You Brivium.. But could you give me the full path to that as I can not identify it... Styles / Templates / ????? or Style Properties / General / Page Width Controller / ???? Where exactly Please.. Sorry just not used to doing this... Regards..