Jump to content

Top banner


Recommended Posts

hello

may i know what contents there are?

can you just translate to english?

 

if there contents are "static" i think that i've got solution for you ;) free of course ;)

I just want a top bar like zalando where i can put my own text in.

is there a modulle for it?

Link to comment
Share on other sites

yes you can use this module: 

hotinfo free prestashop module

 

 

it creates banner like you want, but on the bottom part of website.

it's not a problem to modify it :)

 

after installation change:

.hotinfo_top {
position: fixed;
bottom: 0px;
width: 100%;
z-index: 9;
}

to:

.hotinfo_top {
position: fixed;
top: 0px;
width: 100%;
z-index: 999;
}

in module file: /modules/hotinfo/css/hotinfo.css

Link to comment
Share on other sites

yes you can use this module: 

hotinfo free prestashop module

 

 

it creates banner like you want, but on the bottom part of website.

it's not a problem to modify it :)

 

after installation change:

.hotinfo_top {
position: fixed;
bottom: 0px;
width: 100%;
z-index: 9;
}

to:

.hotinfo_top {
position: fixed;
top: 0px;
width: 100%;
z-index: 999;
}

in module file: /modules/hotinfo/css/hotinfo.css

Ok its on top but i cant put it on top in the hooks now it looks like this see shoping  cart and logo position

 

bqr6.jpg

Link to comment
Share on other sites

Ok its on top but i cant put it on top in the hooks now it looks like this see shoping  cart and logo position

 

bqr6.jpg

Ok it works I have changed the margin-top off blockuserinfo.css.

what code i have to put or delete that the banner  moves with the rest of the page see www.zalando.pl

I can not write in the css file I change it before i install the modulle can that hurt.

Sorry for my english.

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