Home Page Services and Home Page Side Bar Widget – Responsive Support
This support request was posted in Paeon by kdruss
- kdruss January 26, 2016 at 7:48 pm
Hi! I am having 2 issues.
1) The business I am building the website for using the Paeon Theme only has 3 service categories at this time. I updated the home page template php to reflect this, but now the responsiveness is awkward on tablet and smaller screens due to the fact the columns are 3-up instead of 4-up…I would like the home page Services section to go from 3-up to 1 -up, and stay centered on the page. The current responsive degradation isn’t elegant.
2) The home page sidebar becomes hidden at 1024px. I would like the sidebar to stay visible all the way down to mobile screen width.
Thanks in advance for any help!
Juanfra Aldasoro January 27, 2016 at 3:12 pmHi,
Thank you for writing. I hope you are doing well.
With regards to your issues:
1) Unfortunately the layout is meant to work with 4 elements, so the grid reacts according to that in mobile devices. The only way to change that would be changing the responsive rules for that group of elements (which are also replicated for the staff members, so if you are using a row with 4 columns for staff then you’ll need to make rules for each one of those).
2) You can add this code to your “Custom CSS” in order to enable the sidebar in mobile devices:
@media screen and (max-width: 1024px) { #sidebar { display: block; } }
Best,
Juan.
You must be logged in to reply to this topic.