-PiSA!- Posted April 27, 2013 Share Posted April 27, 2013 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 More sharing options...
tdr170 Posted April 27, 2013 Share Posted April 27, 2013 Can you give a link to the page, probably need to set header_right margin in global.css. Link to comment Share on other sites More sharing options...
-PiSA!- Posted April 27, 2013 Author Share Posted April 27, 2013 (edited) 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 April 27, 2013 by -PiSA!- (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted April 27, 2013 Share Posted April 27, 2013 Nice. Thanks for the feedback. I mark this post as solved. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now