Jump to content

[SOLVED] Positioning Cart block and User info block...


Recommended Posts

Hi,

 

i'm new with Prestashop, and i'm facing some difficulties positioning or changing some modules position on the default template.

 

The modules are the Cart block and User info block, which i would like to place as the attached picture shows.

 

If someone could help me with this question, i would be very grateful.

 

 

regards,

post-524580-0-86912000-1364495726_thumb.jpg

Edited by CSilva (see edit history)
Link to comment
Share on other sites

Hi tdr170,

 

thank you very much for your support, that worked just fine! Now i just need to move down both modules a few pixels, and it will be perfect.

 

Do you know in which file i should make changes? Increasing the top margin, for example?

 

 

thanks again!

Link to comment
Share on other sites

Do you want them just above the top horizontal menu.

Same file the very first block in the file just change the margin-top value until they are where you want them.

 

#header_right #header_user {

clear:both;

float: right;

margin-top:20px;

}

  • Like 1
Link to comment
Share on other sites

That's exactly what i wanted! Thank you very much for your support!

 

I've tried to find the files and functions where i should make the changes with the "inspect element" from Google Chrome, but it didn't worked out!

 

Do you think i'll be more lucky with Firebug?

 

 

Thanks again!

Link to comment
Share on other sites

I use Google chrome all you need to do is right click on the item and choose inspect then make sure that in the panel at the bottom you are on the main code for that item.

Then in the right column you will see a list os CSS files, it takes a little practice to understand what clicking on in the left column shows in the right column.

Link to comment
Share on other sites

  • 5 months later...

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...