-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2015 at 9:07 pm #719811Okay this is REALLY strange . . .
I checked and confirmed that the modification to the CSS rule is saved.
Then, when I click the link to the site – upper left corner in site admin – the menu looks as it should.
But when I click the link you provided earlier in this thread, it’s still skewed.
>:(
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2015 at 9:07 pm #753125Okay this is REALLY strange . . .
I checked and confirmed that the modification to the CSS rule is saved.
Then, when I click the link to the site – upper left corner in site admin – the menu looks as it should.
But when I click the link you provided earlier in this thread, it’s still skewed.
>:(
October 28, 2015 at 9:14 pm #719812Did you try to do the same thing as I did by making the modifications in the template.css file in the blue theme folder?
Are you saying somehow the changes not being saved or overwritten?
Like I said before, I installed this demo site using the JA demo package file (Joomla+template+demo data), so it shouldn’t have any thing go wrong on the demo site and I kept everything update to date as you can see.Should we try making the same changes on a different site and see if the same thing happens?
I’m not sure what else to try…October 28, 2015 at 9:14 pm #753126Did you try to do the same thing as I did by making the modifications in the template.css file in the blue theme folder?
Are you saying somehow the changes not being saved or overwritten?
Like I said before, I installed this demo site using the JA demo package file (Joomla+template+demo data), so it shouldn’t have any thing go wrong on the demo site and I kept everything update to date as you can see.Should we try making the same changes on a different site and see if the same thing happens?
I’m not sure what else to try…pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 28, 2015 at 9:24 pm #719813<blockquote>I’m not sure what else to try…</blockquote>
In your custom.css file at line 9 you have
.navbar-default .navbar-nav > li {
max-width:150px;
}Change the max-width to
max-width:250px;
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 28, 2015 at 9:24 pm #753127<blockquote>I’m not sure what else to try…</blockquote>
In your custom.css file at line 9 you have
.navbar-default .navbar-nav > li {
max-width:150px;
}Change the max-width to
max-width:250px;
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2015 at 9:31 pm #719814Would that override the CSS for the blue color theme?
It’s been my experience that custom.css doesn’t usually work with/for the color themes . . . but hey, if it works
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 28, 2015 at 9:31 pm #753128Would that override the CSS for the blue color theme?
It’s been my experience that custom.css doesn’t usually work with/for the color themes . . . but hey, if it works
October 29, 2015 at 5:18 am #719863Tom,
I made the changes in my custom.css file, then it works with the following settings!
.navbar-default .navbar-nav > li {
max-width: 150px;
}.t3-mainnav .t3-navbar {
padding-left: 0;
padding-right: 0;
width: 1100px !important;
}Do you think this is a concern on my site? Would the changes stay permanent? Thanks.
October 29, 2015 at 5:18 am #753159Tom,
I made the changes in my custom.css file, then it works with the following settings!
.navbar-default .navbar-nav > li {
max-width: 150px;
}.t3-mainnav .t3-navbar {
padding-left: 0;
padding-right: 0;
width: 1100px !important;
}Do you think this is a concern on my site? Would the changes stay permanent? Thanks.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 29, 2015 at 4:28 pm #720236Tom – one last question regarding this topic of menu width. When we define the fix width and increase the overall template width. What happens to the “responsiveness” for this template? When I resize my browser window and I see those menus no longer resize and shark down to accommodate the smaller browser size and menu boxes on the right side looks “broken” and without the background color behind it… Is that something can be fixed? Please advise, thanks.
October 29, 2015 at 4:28 pm #753248Tom – one last question regarding this topic of menu width. When we define the fix width and increase the overall template width. What happens to the “responsiveness” for this template? When I resize my browser window and I see those menus no longer resize and shark down to accommodate the smaller browser size and menu boxes on the right side looks “broken” and without the background color behind it… Is that something can be fixed? Please advise, thanks.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 29, 2015 at 4:34 pm #720237Actually, I just looked at your site with varying browser sizes and I thought it looks pretty good . . . things “collapse” as it looks like they’re supposed to for smaller viewing spaces.
As for the side menu background issue, that may be something that needs to be addressed within a different CSS rule – specifically for “mobile” viewing. (I’m not 100% certain on this, but that’s my guess). Pavit may have something to add on this issue. 🙂
-
AuthorPosts
This topic contains 67 replies, has 4 voices, and was last updated by pavit 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum