-
AuthorPosts
-
March 7, 2014 at 7:30 am #195555
I want logo to be placed above the menu like in JA university template. Please can anybody help me?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 7, 2014 at 3:55 pm #525827March 8, 2014 at 1:59 pm #525887Exactly this is what I need. I tried couple of modifications in php codes but I am not succeed.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 10, 2014 at 2:57 am #525978Create custom.css follow this tutorial http://t3-framework.org/documentation/bs3-customization#custom-css
Add this code to custom.css
.t3-mainnav .t3-navbar {
float: left !important;
margin-top: 60px;
}1 user says Thank You to chavan for this useful post
March 10, 2014 at 6:38 am #526011Thanks. It works well.
March 10, 2014 at 12:16 pm #526087Is there any way to make only main menu line to be sticky when scrolling down? I tried to create new block (header-menu) and put menu inside of it but new block placed on previous (header) block
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 11, 2014 at 2:28 am #526197can you please post your site url to check the actual view of your site.
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 11, 2014 at 5:05 am #526223You need backup your site first
Then extract this attachment and override the files below:
– from supportheader.php ==> to templatesja_biztplsblocksheader.php
– from supportscript.js ==> to templatesja_bizjsscript.jsNext, create a new css file named: custom.css in the templatesja_bizcss path, then add following rule:
[PHP].t3-mainnav {
width: 100% !important;
}.t3-mainnav.affix {
top: 0;
}.top_header {
position: relative;
min-height: 60px;
}.head-search{
right: 0 !important;
}.logo {
top: 15px;
}[/PHP]
1 user says Thank You to Hayden A for this useful post
March 11, 2014 at 12:46 pm #526304After completing these steps sticky menu enabled when scrolling but when sticky enable I have such problem as seen in attachment
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 12, 2014 at 3:02 am #526384@hasankayman
I need to debug directly on your site, please PM me url, admin and ftp credentials of your siteHayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 13, 2014 at 8:55 am #526573@hasankayman,
Please open the file templatesja_bizcsscustom.css path, then add following rule:[PHP].t3-megamenu .navbar-nav .dropdown.open a.dropdown-toggle:after,
.t3-megamenu .navbar-nav .dropdown:hover a.dropdown-toggle:after,
.t3-megamenu .navbar-nav .dropdown:focus a.dropdown-toggle:after,
.t3-megamenu .navbar-nav .dropdown:active a.dropdown-toggle:after {
bottom: -19px;
}.t3-megamenu .mega > .nav-child.mega-dropdown-menu {
margin-top: 6px;
}[/PHP]Let me know how it goes.
1 user says Thank You to Hayden A for this useful post
March 13, 2014 at 9:16 am #526581Yes it works perfectly
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 4 voices, and was last updated by hasankayman 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum