Jump to content

Recommended Posts

Yep, got the same problem here.

The menu bar has moved to the right.

Are these upgrades tested before being released as I only installed prestashop last week and this morning did the upgrade, so its a bare system with no mods at all.

:-(

Link to comment
Share on other sites

இதைத்தான் நான் எதிர்பார்த்தேன்... நன்றி...

 

you mean: "That's what I expected ... Thank you ..." ? :)

 

thanks :) ps. use english here on english forum :-)

 

regards

Link to comment
Share on other sites

open the file:

 

 

themes/your_theme/css/global.css

 

loo for:

 

 

#header_logo {

float: left;

display: block;

margin-top: 30px;

}

 

change it to:

 

 

#header_logo {

position: absolute;

top: 30px;

z-index: 1;

}

Link to comment
Share on other sites

Did Not Solve Brother !!!

open the file:

 

 

themes/your_theme/css/global.css

 

loo for:

 

 

#header_logo {

float: left;

display: block;

margin-top: 30px;

}

 

change it to:

 

 

#header_logo {

position: absolute;

top: 30px;

z-index: 1;

}

Link to comment
Share on other sites

  • 5 months later...
#search_block_top {
position: absolute;
top: 50px;
left: 320px;
}

use left: 320px; in http://dipassionecalcados.com.br/loja/prestashop/themes/thgr00027r/css/modules/blocksearch/blocksearch.css line 2

#header_right #header_user {
clear: both;
float: right;
margin-top: 59px;
width: 540px;
margin-right: 30px;
}

add margin-right:30px; to http://dipassionecalcados.com.br/loja/prestashop/themes/thgr00027r/css/modules/blockuserinfo/blockuserinfo.css line 3

Link to comment
Share on other sites

  • 3 weeks later...

Vekia Are you there?

I am having a break down and I need your expert help!

My website is www.moinsde2euros.com

As you can see, my main menu bar has moved to the top. Why and how I don't know.

I've sent an hour trying to move it, but I just can't find the code in global.css

Could you please help me?

Link to comment
Share on other sites

Vekia Are you there?

I am having a break down and I need your expert help!

My website is www.moinsde2euros.com

As you can see, my main menu bar has moved to the top. Why and how I don't know.

I've sent an hour trying to move it, but I just can't find the code in global.css

Could you please help me?

 

I have the same problem :(

Link to comment
Share on other sites

@Vekia Hello... i see that you help a lot of people with me menu and logo.

Can you please help us too?  I have global.css change i heave header.tpl change done and nothing is working.

 

http://www.underground-fetish.nl  is the webshop and you see, the logo is on the basket and login/search balk.

We have version 1.5.6.0

 

Please can you help us too?

 

See what i have already write!! The URL from the site is there too!!

Link to comment
Share on other sites

I have change now my logo, but what i don't want and i have change:

#header_logo {
position: absolute;
top: 30px;  <-- this now to 10px
z-index: 1;
}

 

Is it possible that someone help us with the logo?! I don't want a little one and it is not good working like this :(

Link to comment
Share on other sites

I have change now my logo, but what i don't want and i have change:

#header_logo {

position: absolute;

top: 30px;  <-- this now to 10px

z-index: 1;

}

 

Is it possible that someone help us with the logo?! I don't want a little one and it is not good working like this :(

 

 

this is your website:

YaBe2CR.png

 

 

what you exactly want to change? can you please explain?

Link to comment
Share on other sites

this is your website:

YaBe2CR.png

 

 

what you exactly want to change? can you please explain?

 

 

I have change a little my banner so you see it now a little nice, but i don't want it hove you see it on your print screen.

Here is my print screen how it is now and this is not good!!

 

Schermafbeelding%202013-10-31%20om%2008.
 
You see what is the problem, my banner is going over the search bar and over the menu!
I have change a lot, but nothing is working. 

 

In config.inc.php (this is how i have my config):

#header {position:relative}
#header_logo {
position: absolute;
        top: 30px;
        z-index: 1;

 

 

And i have change the header.tpl to:

</a>
<div id="header_right" class="grid_9 omega">
{$HOOK_TOP}
</div>
 
 
And nothing is working, you see on my print screen.
Please, can you help me to have me my banner how i want him and not change how i have to.
I want the banner like you see now on: www.underground-fetish.nl  (i have leave it to show you).
 
Thank you!
Link to comment
Share on other sites

ok, so you want to have a banner on top, but where you want to display cart and search bar? let me know where, and i will prepare code for you

 

 

What i want is the banner on top and under the banner you will see the cart and search bar, how it was. 

Like your print screen but then with my banner on top of it :)

 

I hope it is possible, it was always like that.

Link to comment
Share on other sites

What i want is the banner on top and under the banner you will see the cart and search bar, how it was. 

Like your print screen but then with my banner on top of it :)

 

I hope it is possible, it was always like that.

 

yes definitely it is possible :)

 

here is the code:

#header_right {
position: relative;
float: right;
margin-top: 100px;
}

i added margin-top:100px;  do the same (it's a part of: http://www.underground-fetish.nl/themes/default/css/global.css file line 553)

 

 

effect:

CelQBR5.png

 

 

hope that this is what you're looking for :)

Link to comment
Share on other sites

yes definitely it is possible :)

 

here is the code:

#header_right {
position: relative;
float: right;
margin-top: 100px;
}

i added margin-top:100px;  do the same (it's a part of: http://www.underground-fetish.nl/themes/default/css/global.css file line 553)

 

 

effect:

CelQBR5.png

 

 

hope that this is what you're looking for :)

 

I have don it, but i get the banner not up? :(

How is that possible?!

 

More strange, the banner is in Firefox not in my screen anymore :(

On safari it is now the same as it was :(

 

See for your self.

Link to comment
Share on other sites

yes i checked it, you've got there wrong code:

#header_right {
position: relative;
float: right margin-top: 100px;
}

and that's code i suggested:
 

#header_right {
position: relative;
float: right;
margin-top: 100px;
}

do you see differencies? :)

  • Like 1
Link to comment
Share on other sites

THANK YOU... THANK YOU...

 

You are the perfect man to help! WOW, thank you very much.   :) :)

You make my day so happy!  Thank you!

 

 

 

I have a other question too:

http://www.prestashop.com/forums/topic/285768-new-shop-with-the-same-database-products-is-that-possible/

 

 

Hope you can help me with that too :)  LOL

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

THANK YOU... THANK YOU...

 

You are the perfect man to help! WOW, thank you very much.   :) :)

You make my day so happy!  Thank you!

 

you're welcome :) im so glad that i could help you in this case, if you will need any other assistance, just create new topics and i'll be there ;)

 

with regards,

Milos

Link to comment
Share on other sites

×
×
  • Create New...