Jump to content

How can I move the currency,Bookmark,Sitemap,Contact block?


Recommended Posts

Hi guys I would like to move the currency, sitemap, bookmark, and contact block away from my logo which I want to keep as large, but I still want to use the items mentioned.

 

http://www.bazasbooks.co.uk

 

I am using the plain Prestashop as it's my first shop please have patience with this newbie

 

Can I move them and still retain them or must I just unhook them altogether?

 

Regards

Link to comment
Share on other sites

This will require editing several css files most can be found in ...themes/prestashop/css/modules, the global.css is in the ...themes/prestashop/css folder. here is a place to start.

Look at these area's some are just edits of the text in the files others are changes and additions to the file.

Be sure and save a backup copy in case you get lost.

This is just to get you started you may want blocks in different locations then where this code places them but will point you in the right direction.

 

This is what the page will look like with these changes.

 

 

 

 

global.css

 

#header_logo {

float: left;

width: 500px;

display: block

 

 

blocklanguages.css

 

#header_right #languages_block_top {

margin-right:-140px ;

margin-top:-140px;

float: right

 

 

blockcurrencies.css

 

#currencies_block_top {

margin-right:-455px ;

margin-top:-100px;

float: right;

width: 8em;

text-align: left

 

 

blockuserinfo.css

 

#header_right #header_user {

float: right;

width: 535px;

text-align: right;

margin-right: -560px;

margin-top:2px

 

 

blocksearch.css

 

#header_right #search_block_top {

float: right;

background: #e5e6e7 url('../../../img/block_search_bg.jpg') no-repeat top right;

margin-bottom: 11px;

width: 326px;

height: 28px;

margin-right:-20px

Edited by tdr170 (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...