Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zorroh Friend
    #187177

    In T3 docs is guide to use sticky menu
    http://t3-framework.org/documentation/t3-settings.html#megamenu-setting

    in mainnav.php:
    nav id=”ja-mainnav” class=”wrap t3-mainnav navbar-fixed-top navbar-collapse-fixed-top”

    but in Mero we have

    nav id=”ja-mainnav” class=”wrap ja-mainnav navbar-collapse-fixed-top”

    so, if i change code to same as in t3 guide, then sticky menu will work, but logo goes behinde menu!

    how to get sticky menu with logo?

    zorroh Friend
    #491458

    and here are screenshot


    1. Pealkirjata
    zorroh Friend
    #491538

    i use Mero for Joomla 3. it is latest version 3.1.1 all plugins-modules are updated including t3 framework plugin

    phong nam Friend
    #491698

    Hi zorroh,

    We can also give the logo with sticky style. Lets try on this:

    Open<blockquote> ja_merotplsblocksheader.php</blockquote>, then replace:

    <header id="ja-header" class="wrap ja-header navbar-collapse-fixed-top">

    with

    <header id="ja-header" class="wrap ja-header navbar-fixed-top navbar-collapse-fixed-top">

    Then put below css codes into: <blockquote>templatesja_merocsscustom.css</blockquote>

    .ja-mainbody {
    padding: 10px 0;
    position: relative;
    z-index: 20;
    margin-top: 130px;
    }

    #ja-mainnav {
    margin-top: 86px;
    }

    .ja-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: black;
    }

    * I have attached an image for my result. Hope that you can also share your result. 🙂

    Leo


    1. 5-2-2013-9-11-02-PM
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 11 years, 6 months ago.

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