- Posts: 146
- Thank you received: 0
Position of module
4 years 4 months ago #47967
by Hazzo
Position of module was created by Hazzo
On the one_page template the menu is partly over the rotator. How do I move the rotator module so that it isn't covered by the menu?
http:www.jackyandkevin.se
http:www.jackyandkevin.se
Please Log in to join the conversation.
4 years 4 months ago #47968
by milos
Replied by milos on topic Position of module
Hello,
Please edit template file /templates/hot_one_page/css/layout.css and change this:
to this:
Thanks,
Milos
Please edit template file /templates/hot_one_page/css/layout.css and change this:
Code:
.topmenurow {
position: fixed;
top: 0;
width: 100%;
background: rgba(255,255,255,.95);
z-index: 10;
box-shadow: 0px 1px 5px #ddd;
}
to this:
Code:
.topmenurow {
background: rgba(255,255,255,.95);
z-index: 10;
box-shadow: 0px 1px 5px #ddd;
}
Thanks,
Milos
The following user(s) said Thank You: Hazzo
Please Log in to join the conversation.
Time to create page: 0.301 seconds