d.crysty23 Posted March 14, 2014 Share Posted March 14, 2014 I have a problem with the login page.. the elements are not in line, but one under the other. Can you tell me what I have to change? I've tried making some changes in grid_5 but with no result. I hope you can help me. Thanks in advance! http://www.3bwine.com/CRISTY/prestashop/index.php?controller=authentication&back=my-account Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 it's because of <h1> remove it or change its position or div display method to block with clear:both; Link to comment Share on other sites More sharing options...
loulou66 Posted March 14, 2014 Share Posted March 14, 2014 HI Float and color <H1> make problem in your Global.css line 123 change h1 { font: 21px "Vidaloka"; line-height: 22px; margin-bottom: 20px; float: left; margin-top: 18px; margin-left: 16px; color: #FFF; } by h1 { font: 21px "Vidaloka"; line-height: 22px; margin-bottom: 20px; margin-top: 18px; margin-left: 16px; color: #000; } @++ loulou66 Link to comment Share on other sites More sharing options...
d.crysty23 Posted March 14, 2014 Author Share Posted March 14, 2014 thank you for your reply. i've solved the problem but i'd like to know how you got to h1 tag.. it didn't cross my mind to look there. I want to learn so that I can do it myself in the future Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 i just inspected your website press ctrl+A and you will see it. this is how i saw it. Link to comment Share on other sites More sharing options...
loulou66 Posted March 14, 2014 Share Posted March 14, 2014 Hi or use F12 or on chrome or Firefox for inspect element you can see you have <H1>Authetification</H1> in html code whith white color in css https://developers.google.com/chrome-developer-tools/docs/elements for chrome http://www.w3resource.com/web-development-tools/firebug-tutorials.php for firefox @++ loulou66 Link to comment Share on other sites More sharing options...
Recommended Posts