Hi, I am new to Magento and facing following issues.
1. I want the logo much below its current position.
2. Search and cart should be after "My account, My wishlist, blog, Login" not below .
I have tried modifying Style. css file in skin/frontend/default/theme/css/styles.css and header.phtml file in app/design/frontend/default/theme/template/page/html/header.phtml but it seems that I am missing few things somewhere .
If I change the logo position It will be displayed above the menu bar not at the left of it ... which I found that nav-container is of 100% width ... and I was unable to find where nav-container css is defined so that I can reduce the size of it to 70% to fit the logo at the left.
Please Advise. Thanks in advance.