You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Want I want to know is how I get the side bar on the left? I have made a new Sjabloon page fron the sjabloon page.php (copied the code in a new one), and placed the "get sidebar" above the main content. So the side bar show left, only when it is on mobile the main content stays below the side bar see the attached image. How can I set this that the main content is above the sidebar.
Regards,
Hugo
The text was updated successfully, but these errors were encountered:
I had a similar requirement, so I've knocked up a pull request (#70)
You need to use Foundation's Source Ordering classes to do this. So you start with mobile-first design and place the main content above the sidebar, but then you use push and pull classes to reorder the columns on larger screens.
I had a similar requirement, so I've knocked up a pull request (#70 #70)
You need to use Foundation's Source Ordering classes to do this. So you
start with mobile-first design and place the main content above the
sidebar, but then you use push and pull classes to reorder the columns on
larger screens.
—
Reply to this email directly or view it on GitHub #69 (comment)
.
If you e.g. change your colors, or body and heading font, changes to all elements affected will be visible here. So it's most of all a tool to check your styling.
Hello olefrederik,
First I want to say good job for the theme!!!
Want I want to know is how I get the side bar on the left? I have made a new Sjabloon page fron the sjabloon page.php (copied the code in a new one), and placed the "get sidebar" above the main content. So the side bar show left, only when it is on mobile the main content stays below the side bar see the attached image. How can I set this that the main content is above the sidebar.
Regards,
Hugo
The text was updated successfully, but these errors were encountered: