Jump to content

how to edit the header.tpl and global for firefox to get the same display with IE


Recommended Posts

try this on your global.css

#languages_block_top {
float: right;
width: 80px;
}

it will look a little similar with the one you want

and go from there, I had the similar problem before it's usually in the position of the

and float, sometimes the problem in "position" too

hope i can help more, but i'm still a newbie :)
Link to comment
Share on other sites

thanks for bustin's reply, I think the problem concerning the therme Matrice, and Firefox cannot accept it's global.css arrangement , so we should think how to change the top head:
.page {width:890px; margin:auto;}

h1#logo {float: left; width: 27%; margin-top:0.5em;}

#header {float: left; width: 100%;text-align: right;
background-image: url("../img/logogg.jpg");
background-position: center ;
background-repeat: no-repeat;}

#languages_block_top { float: right; width:10px;}

I have no idea yet that why the search box seprate in 2 places?

and if I add #search_block_top{ float: right; width: 100px;}, the user information will show like the second picture.

not resolve it yet? thanks for the regard!

48541_75TVgYDnPt164utcb4Zl_t

48542_A1O4jOoFbBPfgZE9aPD6_t

Link to comment
Share on other sites

have you try this site? http://www.techietips.net/creating-prestashop-13-theme.html
I learned how to make prestashop theme from this guy here, it's very informative.
If you haven't see it yet, why don't you try to read it, I'm sure it will help you in understanding hooks and their positioning.

so you're also using matrice? nice & clean right? so is my site http://http:/www.ladiva.asia/

good luck!

Link to comment
Share on other sites

have u tried to change the position of the module in the back office?
i think it would be better if the language is first before the search box, so the search box will be at the right end corner

if it still stick with the search box, just give some padding in the css

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