- Posts: 32
- Thank you received: 0
Menu Problems - NEED help asap
-
patricktrolan
Inactive member -
Topic Author
- Member
-
Less
More
12 years 3 months ago #24720
by patricktrolan
Replied by patricktrolan on topic Menu Problems - NEED help asap
Cheers, I made the top: 10px; > top: -20px; and the carousel pushed up nice and tight to the menu but the:
then in template_css.php > .user2, .main_area, .bottom, .footer, .footer2, .upper {
top: -35px;
}
command was unresponsive no matter what I changed it to. All I want now is to bridge the gap between the news scroller and the carousel?
Thanks
then in template_css.php > .user2, .main_area, .bottom, .footer, .footer2, .upper {
top: -35px;
}
command was unresponsive no matter what I changed it to. All I want now is to bridge the gap between the news scroller and the carousel?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24735
by ivan.milic
Replied by ivan.milic on topic Menu Problems - NEED help asap
add position: relative; above top:-35px
Please Log in to join the conversation.
-
patricktrolan
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
12 years 3 months ago #24757
by patricktrolan
Replied by patricktrolan on topic Menu Problems - NEED help asap
add to where? to what document?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago - 12 years 3 months ago #24784
by ivan.milic
Replied by ivan.milic on topic Menu Problems - NEED help asap
Add it to css entity you modified in template_css.css
.user2, .main_area, .bottom, .footer, .footer2, .upper {
position: relative;
top: -35px;
}
.user2, .main_area, .bottom, .footer, .footer2, .upper {
position: relative;
top: -35px;
}
Last edit: 12 years 3 months ago by ivan.milic.
Please Log in to join the conversation.
-
patricktrolan
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 32
- Thank you received: 0
12 years 2 months ago #25190
by patricktrolan
Replied by patricktrolan on topic Menu Problems - NEED help asap
That worked perfectly but now my facebook module and google calender module on the right hand side have been pushed down around 20px, can we get a fix for this thanks?
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 #25194
by ivan.milic
Replied by ivan.milic on topic Menu Problems - NEED help asap
Send link
Please Log in to join the conversation.
Time to create page: 0.093 seconds