sfreytag / friday-theme

A Bootstrap 4 portfolio and blog theme for Jekyll
MIT License
69 stars 97 forks source link

Layout for mobile version #7

Open richasardana opened 6 years ago

richasardana commented 6 years ago

In the current mobile layout for the website, the sidebar and picture appear at the bottom and the font is quite small. Adding an option to move the sidebar to the top would be useful.

sfreytag commented 6 years ago

The irony is that this would be the default layout of the bootstrap grid and I had to do some extra work to ensure the sidebar appeared at the bottom!

Therefore making it appear at the top is easy and I think I can make sure it is controlled by a config flag.

I had meant to do it by now but I have had a couple of busy weeks at work, so I thought I should at least give you an update here that I do intend to do it, and it should be fairly easy!

mallim commented 6 years ago

Just my opinion : I like the current layout on mobile :-)

sfreytag commented 6 years ago

@mallim actually me too, so don't worry - this will be controlled via a config flag so you can choose whether it is at the top or bottom.