Hi there
I need to move the content of all the pages up so I can make better use of the screen.
http://nichuizen.co.za/index.php/artworks.html
the heading and page content needs to move up and be on the same level as the cart and account buttons.
How can I do this?
5 answers
can you please post your ftp details via PM. Will have to customize the header and container section of the template. once done will detail you the changes
Go to this File: /skin/frontend/default/jm_classy/css/styles.css
Add this code
Code:
.catalog-category-view #jm-toppage { background: none; position: absolute; }
I haven’t done any changes on the files. only the above css code will fix what you need.
Thanks man.
Will this do the same for cms pages as well?
Try this code
Code:
.cms-page-view #jm-toppage { background: none; position: absolute; }
EXCELLENT!! works perfectly thanks
This question is now closed