Jump to content

Positioning the login block


Recommended Posts

Hi everyone,

I'm new in prestashop and I'm fighting with positioning of the login block. I can't get it to the right even when changed in global.css - but there isn't much to change and it seems it doesn't go behind the center block.

What would be even better if I would be able to put it as the first block in the right panel but when I do that nothing comes up.

I read through the forum and saw few articles regarding positioning but it didn't work for me.

Later I can put a screenshot but now I'm on a different PC.

Thanks.

Link to comment
Share on other sites

and you want to move it where "new products" is? and have the new products move down a little?
im just an ammature with code, but this made my cart move down and pretty much allowed me to move that bit you want anywhere.
hope this helps some, your top image is different than mine so it might not work just right.
global.css

#header {
   float: right;
   width: 200px;
   right: 20px;
   position:relative;
   padding: 32px;
   text-align: right;
}



Edit: also, dont mind my rough numbers. i have a mental issue with odd #'s.

Link to comment
Share on other sites

i assume it worked then,
i have similar on mine, which i actually only ended up with because i fiddled with code to try to help you.

i could be the one to say, thanks for helping me :P
Edit: also, i may be trying to remove the text/image "cart (empty)" since it seems redundant.

22521_vAZ0PdWDJ1Npv7Tf7Jyr_t

Link to comment
Share on other sites

×
×
  • Create New...