-
AuthorPosts
-
October 18, 2015 at 2:52 am #705592
Hello.
I would like to center my nav bar above my centered logo. I can’t seem to do this properly without affecting the footer logo and mobile layout.
Can you please help?
This is what it currently looks like….
This is what I want it to look like…
Thank you!
An 🙂Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 19, 2015 at 9:40 am #705828Hi,
You can try with this tweak:
Open templates/ja_cagox/css/custom.css file and add new rule
@media (min-width: 1200px) {
#t3-header .t3-mainnav {
float: right !important;
width: 70% !important;
margin: auto !important;
}#t3-header .logo {
width: 100% !important;
}#t3-header .head-right {
position: absolute !important;
right: 0px !important;
}
}
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 19, 2015 at 9:40 am #752140Hi,
You can try with this tweak:
Open templates/ja_cagox/css/custom.css file and add new rule
@media (min-width: 1200px) {
#t3-header .t3-mainnav {
float: right !important;
width: 70% !important;
margin: auto !important;
}#t3-header .logo {
width: 100% !important;
}#t3-header .head-right {
position: absolute !important;
right: 0px !important;
}
}
Regards
October 20, 2015 at 1:02 pm #706079Thank you for your quick response!
This css works for the homepage but doesn’t center nav in the supporting pages and the smaller layouts when the menu converts to lines.
Please see attachments:
My website is sageetcie.com/shop
Your help is very much appreciated!
Thanks!
An 🙂October 20, 2015 at 1:02 pm #752296Thank you for your quick response!
This css works for the homepage but doesn’t center nav in the supporting pages and the smaller layouts when the menu converts to lines.
Please see attachments:
My website is sageetcie.com/shop
Your help is very much appreciated!
Thanks!
An 🙂Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2015 at 7:03 am #706166I added the css style below into templates/ja_cagox/css/custom.css file on your site.
.default-page .t3-footer > .container {
padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px) {
#t3-header .logo {
width: 100%;
}#t3-header .head-right {
position: absolute !important;
right: 0px !important;
}
}
Now, you can see it’s working fine other pages and mobile layout.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 21, 2015 at 7:03 am #752380I added the css style below into templates/ja_cagox/css/custom.css file on your site.
.default-page .t3-footer > .container {
padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px) {
#t3-header .logo {
width: 100%;
}#t3-header .head-right {
position: absolute !important;
right: 0px !important;
}
}
Now, you can see it’s working fine other pages and mobile layout.
October 21, 2015 at 7:48 pm #706333Hello and thank you again!
That code fixed it but another problem popped up. Now the “Contact Us” menu item isn’t working. It’s as if it’s just text and not a link.
This is only a problem on the computer version, not the mobile layout.
Please help again!
Thank you!
An 🙂October 21, 2015 at 7:48 pm #752439Hello and thank you again!
That code fixed it but another problem popped up. Now the “Contact Us” menu item isn’t working. It’s as if it’s just text and not a link.
This is only a problem on the computer version, not the mobile layout.
Please help again!
Thank you!
An 🙂Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 22, 2015 at 2:48 am #706347I set width in custom.css file and you can see the detail it from my screenshot
Now, the problem on your site is fixed.
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 22, 2015 at 2:48 am #752453I set width in custom.css file and you can see the detail it from my screenshot
Now, the problem on your site is fixed.
1 user says Thank You to Ninja Lead for this useful post
October 26, 2015 at 10:36 pm #719030Yes, it is fixed. Thank you!
October 26, 2015 at 10:36 pm #752867Yes, it is fixed. Thank you!
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by An LeFevre 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum