saltnpixels / ignition

The Starter Theme that Could
76 stars 13 forks source link

Right sidebar for mobile #26

Open roux1max opened 3 years ago

roux1max commented 3 years ago

Hi!

First of all, thanks for the development of this theme. It really is a powerful tool when a blank template is needed.

But I found myself quite lost when I "just" needed to have my mobile hamburger menu moved to the right. That's because of the whole sidebar left / right behavior. I guess the theme wasn't intended to have the mobile menu in the right sidebar.

Would it be something worth adding to the theme ? Maybe in the theme config file ? Or just to simplify the sidebar left / right handling so that it is easier to move content between one and the other.

Regards,

saltnpixels commented 3 years ago

I know you can change the side of logo and desktop menu.

If you want the mobile menu on the other side you may need to manipulate the css to simply move it there.

The reason it’s on that side is to make room for the sidebar button if you are using one… On Sep 2, 2021, 9:08 AM -0400, Timothe BORDIGA @.***>, wrote:

Hi! First of all, thanks for the development of this theme. It really is a powerful tool when a blank template is needed. But I found myself quite lost when I "just" needed to have my mobile hamburger menu moved to the right. That's because of the whole sidebar left / right behavior. I guess the theme wasn't intended to have the mobile menu in the right sidebar. Would it be something worth adding to the theme ? Maybe in the theme config file ? Or just to simplify the sidebar left / right handling so that it is easier to move content between one and the other. Regards, — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

roux1max commented 3 years ago

Yes I get that!

I mean that maybe people would like to have a layout that is the inverse of what is currently possible, e.g. the sidebar button to the left.

But yes I was going to try and move it by CSS only, if to complicated, just completely inverse the behavior of the sidebars.