Menu Problems - NEED help asap

More
12 years 3 months ago #24685 by patricktrolan
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.

More
12 years 3 months ago #24695 by ivan.milic
How do you mean flush???

Please Log in to join the conversation.

More
12 years 3 months ago #24698 by patricktrolan
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.

More
12 years 3 months ago #24708 by ivan.milic
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;
}

Please Log in to join the conversation.

More
12 years 3 months ago #24716 by patricktrolan
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

Please Log in to join the conversation.

More
12 years 3 months ago #24718 by ivan.milic
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

Please Log in to join the conversation.

Time to create page: 0.079 seconds
Powered by Kunena Forum