Make it top

More
7 years 2 days ago #879 by Maradona
Make it top was created by Maradona
Hi, :woohoo:

How can I position it to top instead of bottom? :silly:

Thanks. B)

Please Log in or Create an account to join the conversation.

More
6 years 11 months ago #880 by admin
Replied by admin on topic Make it top
Hello find the code below on modules/mod_fixedbottombar_jt/css/style.css line 2

#fixedbottombar_bar {
background: rgba(0, 0, 0, 0) url("../images/toolbarbg-bar.gif") repeat-x scroll left top;
height: 115px;
left: 0;
position: fixed;
right: 0;
text-align: center;
bottom: 0;
width: 100%;
z-index: 100;
}
try to change bottom:0; to top:0;

Please Log in or Create an account to join the conversation.

Time to create page: 0.262 seconds