Home Page Main Menu Above rest of Page

More
12 years 9 months ago #8376 by russellmoran
I tried it with the .column_left and .column_wrap and .column_right at the bottom. No help. Then I removed the .column_left and it was only .column_wrap and .column_right.

It was still no good. :( Same exact issue. It works on home page, but every other page is off?

Please Log in to join the conversation.

More
12 years 9 months ago #8380 by ivan.milic
Hi,

remove all of that so i could find other solution.

Please Log in to join the conversation.

More
12 years 9 months ago #8383 by russellmoran
It's removed

Please Log in to join the conversation.

More
12 years 9 months ago #8391 by ivan.milic
Hi,

create new Custom HTML module, and place it some bottom module position . Assign module only to show on home page.
When you create that module you will switch WYSIWYG editor to HTML view and you will enter this:

<script type="text/css">
jQuery(document).ready(function(){
jQuery('.content_wrap, .column_right').css('marginTop','-35px');
});
</script>

Please Log in to join the conversation.

More
12 years 9 months ago #8396 by russellmoran
I did it...but still not working. Let me know :)

Please Log in to join the conversation.

More
12 years 9 months ago #8412 by ivan.milic
Ok,
try this instead:


<script type="text/css">
window.onload = function(){
jQuery('.column_right').css('marginTop','-35px');
jQuery('.content_wrap').css('marginTop','-35px');
};
</script>

Please Log in to join the conversation.

Time to create page: 0.313 seconds
Powered by Kunena Forum