-
AuthorPosts
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
April 30, 2013 at 12:40 pm #187177In T3 docs is guide to use sticky menu
http://t3-framework.org/documentation/t3-settings.html#megamenu-settingin 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 Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
April 30, 2013 at 3:31 pm #491458zorroh Friendzorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
May 1, 2013 at 8:52 am #491538i use Mero for Joomla 3. it is latest version 3.1.1 all plugins-modules are updated including t3 framework plugin
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 2, 2013 at 2:56 pm #491698Hi 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
AuthorPostsViewing 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
Jump to forum