Jump to content
Sign in to follow this  
Gavin_

change the main nav to appear in line with the logo

Recommended Posts

Gavin_

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
Gavin_

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

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_

@cmunns full width would be great - thanks

Share this post


Link to post
Share on other sites
kastelic

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_

@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

@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
This is exactly what I needed. Thank you!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×