test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gunners Friend
    #200351

    Hi all, I have a problem with megamenu setting in JAFUBIX templayte. If i have just one module in megamenu /submenu (Prihlaseni) there is vertical separator bar infront of this module. I found PHP script which place into code this separator bar and this code says: if there are more then one objects place betwen them bar… In rest of my submenu items it is good but in this last is bad. Any advice?


    TomC Moderator
    #545222

    Please provide the url of the site you’re working on – so we can inspect the issue on your site.

    gunners Friend
    #545304
    Nazario A Friend
    #545378

    @gunners,

    Please open file: /templates/your_template_name/css/custom.css (if not exists, pls create new one) then add this rule:

    .t3-megamenu .t3-module {
    background: none;
    }

    Let me know if this helps

    gunners Friend
    #546218

    This way deleted all bars. I want delete just separator bar which is before registration module…. But thx..

    Nazario A Friend
    #546461

    @gunners,

    Please open file: /templates/ja_fubix/css/custom.css then replace this code:

    .t3-megamenu .t3-module {
    background: none;
    }

    With:

    .t3-megamenu .mega-align-right .t3-module {
    background: none;
    }

    Let me know if this helps

    gunners Friend
    #546709

    THX broo, you fix that :)….

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 3 voices, and was last updated by  gunners 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum