Gavin_+ 56 Report post Posted February 10, 2011 i'd like to change the main nav to appear in line with the logo as you have for pagelines and still have the social media links thanks in advance for your help Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 11, 2011 Link please. Thanks, Bryan Share this post Link to post Share on other sites
Gavin_+ 56 Report post Posted February 11, 2011 ok here is the link http://79.170.40.52/hospitalityblackbook.com/ but really what i want to do is emulate what the header that i can see at the top of this very page. in fact ideally i would like to have a jpeg for the header background that the logo, nav and social media icons sit on. Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 11, 2011 The next version is going to have an inline branding and nav section but as far as the header background image that is pretty simple with CSS...do you need it full-width or just the width of the content? Share this post Link to post Share on other sites
Gavin_+ 56 Report post Posted February 11, 2011 @cmunns full width would be great - thanks Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 11, 2011 Spot on, you've figured out the best way to do it. Put this in your custom cSS after you've uploaded the image. body .branding_wrap {background: url(yourImageURL) no-repeat;} if its a fixed image OR body #branding {background: url(yourImageURL) repeat;} if its a repeating image Share this post Link to post Share on other sites
Gavin_+ 56 Report post Posted February 14, 2011 @cmunns - is not possible to emulate the inline nav style with a CSS fix now? Share this post Link to post Share on other sites
Kate 3 Report post Posted February 14, 2011 @Gavin - Something like this should get you on the right track: #header{position:relative;} #menu-nav{float:left;width:auto !important;} #nav_row{position:absolute;width:auto !important;float:left;top:80px;margin-left:325px;border-bottom:none !important;} Share this post Link to post Share on other sites
markcossin 0 Report post Posted January 27, 2012 This is exactly what I needed. Thank you! Share this post Link to post Share on other sites