- Posts: 32
- Thank you received: 0
Menu Problems - NEED help asap
-
patricktrolan
Inactive member -
Topic Author
- Member
-
Less
More
12 years 3 months ago #24685
by patricktrolan
Replied by patricktrolan on topic Menu Problems - NEED help asap
OK thanks, that semi worked. The top menu went back into place but the social icons and contact us link are still out of place. Also, i want to make everything flush again in terms of top menu being flush with logo, carousel being flush with top menu, & news scroller being flush with 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 #24695
by ivan.milic
Replied by ivan.milic on topic Menu Problems - NEED help asap
How do you mean flush???
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 #24698
by patricktrolan
Replied by patricktrolan on topic Menu Problems - NEED help asap
By 'flush' I mean being right beside each other just like the news scroller, sponsor bar, & gallery are. As in no big gaps between modules/sections
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 #24708
by ivan.milic
Replied by ivan.milic on topic Menu Problems - NEED help asap
In layout.css:
.logo {
height: 99px;
width: 4600px;
float: left;
}
replace width: 4600px; with width: 460px;
on bottom of template_css.css add:
.header_menu {
width: 710px!important;
}
.logo {
height: 99px;
width: 4600px;
float: left;
}
replace width: 4600px; with width: 460px;
on bottom of template_css.css add:
.header_menu {
width: 710px!important;
}
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 #24716
by patricktrolan
Replied by patricktrolan on topic Menu Problems - NEED help asap
I can't thank you enough and apologies for my 4600px error, can't believe I didn't pick up on that.
Also, is there anyway we can make the gap (I'm guessing it is currently between 10-20px) between the menu and carousel, and then carousel and news scroller smaller like the distances between the other modules/sections?
Thanks
Also, is there anyway we can make the gap (I'm guessing it is currently between 10-20px) between the menu and carousel, and then carousel and news scroller smaller like the distances between the other modules/sections?
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 #24718
by ivan.milic
Replied by ivan.milic on topic Menu Problems - NEED help asap
in modules/mod_hot_joomla_carousel_pro/tmpl/hot_joomla_carousel_pro.css
you have:
.hotcarousel {
position: relative;
top: 10px;
}
just make top: 10px; smaller
then in template_css.php
.user2, .main_area, .bottom, .footer, .footer2, .upper {
top: -35px;
}
adjust top
you have:
.hotcarousel {
position: relative;
top: 10px;
}
just make top: 10px; smaller
then in template_css.php
.user2, .main_area, .bottom, .footer, .footer2, .upper {
top: -35px;
}
adjust top
Please Log in to join the conversation.
Time to create page: 0.079 seconds