logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
Joe Payne2  
#1 Posted : Wednesday, November 3, 2021 1:14:18 PM(UTC)
Joe Payne2

Rank: Advanced Member

Groups: HelpDesk, Developers
Joined: 11/9/2018(UTC)
Posts: 564

Thanks: 122 times
Was thanked: 26 time(s) in 25 post(s)
How do you increase the width of the admin sidebar menu? Some of my custom menu choices are wrapping.

I tried .navbar-static-side {
width: 350px;
}

but that just makes the highlighted choice the larger size.

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

shaharyar  
#2 Posted : Thursday, November 4, 2021 10:51:07 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 704

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)
Sorry, but I couldn't make it in one go. I think there is some issue with CSS z-index property of the main content.
I have also tried and come up with the same issue you have shared.
Joe Payne2  
#3 Posted : Thursday, November 4, 2021 6:59:42 PM(UTC)
Joe Payne2

Rank: Advanced Member

Groups: HelpDesk, Developers
Joined: 11/9/2018(UTC)
Posts: 564

Thanks: 122 times
Was thanked: 26 time(s) in 25 post(s)
Now hold on a sec. Did Shaharyar just say he can't do something?!?!

<falls out of chair>
shaharyar  
#4 Posted : Friday, November 5, 2021 7:15:40 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 704

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)
Hi Joe,

Please add these styles to your admin - custom.css file. I have tested with 300px.

Code:
.navbar-static-side {
    width: 300px;
}

#page-wrapper {
    margin: 0 0 0 300px;
}
thanks 1 user thanked shaharyar for this useful post.
Joe Payne2 on 11/10/2021(UTC)
Joe Payne2  
#5 Posted : Wednesday, November 10, 2021 8:46:41 AM(UTC)
Joe Payne2

Rank: Advanced Member

Groups: HelpDesk, Developers
Joined: 11/9/2018(UTC)
Posts: 564

Thanks: 122 times
Was thanked: 26 time(s) in 25 post(s)
That worked perfectly!

See I knew the real Shaharyar wouldn't give up so easily :)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.