Jump to content

[SOLVED] different margin top breadcrumb


Recommended Posts

Hi All.

 

on my theme after positioning some modules and customising the header i have a problem.

 

Only on my Product Page the space between breadcrumbs and top horizontal menu is larger.

 

So I need to put the whole product page with breadcrumbs closer to top horizontal menu

 

Is it possible to set the margin top of breadcrumbs just for my product page? ( I found in product css the line, but I cant change the breadcrumbs position there)

 

Or can I margin top the whole product page ?

 

Thanks

Link to comment
Share on other sites

Hey tdr170

 

thanks for your reply.

 

I just solved the problem this morning after a good sleep. :)

 

 

in global.css :

 

#product #center_column{width:1024px}

 

I added "margin-top: -15px" to the code, so it looks now:

 

#product #center_column{margin-top: -15px; width:1024px}

 

And Voilà I can move up and down the whole Product Page

 

 

Problem Solved

Edited by -PiSA!- (see edit history)
Link to comment
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
×
×
  • Create New...