- Posts: 14116
- Thank you received: 1639
No toprow! Every Site like the starting site.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 1 month ago #34803
by ivan.milic
Replied by ivan.milic on topic No toprow! Every Site like the starting site.
See styles/style2.css:
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg2.jpg) no-repeat;
}
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg2.jpg) no-repeat;
}
The following user(s) said Thank You: Lackytom
Please Log in to join the conversation.
-
chriscamp1
Inactive member - Member
Less
More
- Posts: 22
- Thank you received: 1
11 years 3 weeks ago #34885
by chriscamp1
Replied by chriscamp1 on topic No toprow! Every Site like the starting site.
Hey Ivan & Lakytom!
@Lakytom; I was at your web and noticed you achieved to make that change successfully - congrats
but did you just make the change Ivan proposed? (.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg2.jpg) no-repeat;}?
I tried it, but the toprow is still there :dry:
@ Ivan - may you can help!?
I am pretty sure it is somewhere hidden here (see below). do you maybe know which parameters need to be changed to have the carousel on top of the page, without the toprow? Many thanks in advance!
.toprow {
width: 100%;
z-index: 10;
}
.sparky_home .toprow {
position: absolute;
}
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
}
.toprow.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
background: rgba(255,255,255,. !important;
box-shadow: 0 0 7px #333;
}
@Lakytom; I was at your web and noticed you achieved to make that change successfully - congrats
but did you just make the change Ivan proposed? (.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg2.jpg) no-repeat;}?
I tried it, but the toprow is still there :dry:
@ Ivan - may you can help!?
I am pretty sure it is somewhere hidden here (see below). do you maybe know which parameters need to be changed to have the carousel on top of the page, without the toprow? Many thanks in advance!
.toprow {
width: 100%;
z-index: 10;
}
.sparky_home .toprow {
position: absolute;
}
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
}
.toprow.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
background: rgba(255,255,255,. !important;
box-shadow: 0 0 7px #333;
}
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 weeks ago #34894
by ivan.milic
Replied by ivan.milic on topic No toprow! Every Site like the starting site.
.sparky_home .toprow {
position: absolute;
}
becomes:
.toprow {
position: absolute;
}
position: absolute;
}
becomes:
.toprow {
position: absolute;
}
The following user(s) said Thank You: chriscamp1
Please Log in to join the conversation.
-
chriscamp1
Inactive member - Member
Less
More
- Posts: 22
- Thank you received: 1
11 years 3 weeks ago #34912
by chriscamp1
Replied by chriscamp1 on topic No toprow! Every Site like the starting site.
Many thanks!!!!! Now it works!
What I also had to do was delete:
}
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
}
Have a good day!!
What I also had to do was delete:
}
.sparky_inner .toprow {
background: url(../images/custom/topmenu_bg1.jpg) no-repeat;
}
Have a good day!!
Please Log in to join the conversation.
Time to create page: 0.083 seconds