- Posts: 3
- Thank you received: 0
Stop logo scrolling
-
wicklert
Inactive member - Topic Author
- New Member
Less
More
12 years 2 months ago #22559
by wicklert
Stop logo scrolling was created by wicklert
Hi,
How can I prevent that the logo scrolls over text left position?
layout.css
I've tried to adjust position in several ways, but I can't get it right!!
Please advise.
Regards
Ed
How can I prevent that the logo scrolls over text left position?
layout.css
Code:
.fixed_logo .hot_bookstore_main {
position: relative;
}
.fixed_logo .hot_bookstore_main a {
position: fixed;
width: 139px;
height: 78px;
background: url(../images/logo_atlantis.jpg) no-repeat;
top: 100px;
}
I've tried to adjust position in several ways, but I can't get it right!!
Please advise.
Regards
Ed
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22560
by ivan.milic
Replied by ivan.milic on topic Stop logo scrolling
send link
Please Log in to join the conversation.
-
wicklert
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 2 months ago #22561
by wicklert
Replied by wicklert on topic Stop logo scrolling
Site isn't live yet.
Can I send you pm for administrator username/password access?
Pls tell me how!
Can I send you pm for administrator username/password access?
Pls tell me how!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22562
by ivan.milic
Replied by ivan.milic on topic Stop logo scrolling
Use "Report To Moderator"
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22567
by ivan.milic
Replied by ivan.milic on topic Stop logo scrolling
using template layout designer I moved row containing logo to top.
You just need:
.fixed_logo .hot_bookstore_main a {
position: absolute;
width: 139px;
height: 78px;
background: url(../images/logo_atlantis.jpg) no-repeat;
top: 100px;
}
so just change position: fixed; to position: absolute;
You just need:
.fixed_logo .hot_bookstore_main a {
position: absolute;
width: 139px;
height: 78px;
background: url(../images/logo_atlantis.jpg) no-repeat;
top: 100px;
}
so just change position: fixed; to position: absolute;
Please Log in to join the conversation.
Time to create page: 0.169 seconds