Jump to content
Sign in to follow this  
kirstensoerries

Social Icons and Search on the same line with the breadcrumb navigation

Recommended Posts

kirstensoerries

Hi, first of all I like this the a lot. Iam currently working on this page www.fs-ilg.de. I would like to put the social icons and search input form on the same line as the breadcrumb navigation? Could you help me with that?

Share this post


Link to post
Share on other sites
cmunns

I would do it with some absolute positioning and CSS ` .fixed_width #header .searchform { position: absolute; right: 84px; top: 176px; } ` Then in the header options you can put pixels from bottom to -30px for the social icons

Share this post


Link to post
Share on other sites
kirstensoerries

Hi Adam, worked fine. Thanks Kirsten

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  

×