How to make Help Center section boxes appear beside each other on a mobile
回答済みHello,
Can someone please assist me with the following.
When our Help Center is opened on a mobile phone the sections appear in a vertical line one after the other as shown in the screenshot below.
Is it possible to shrink the section boxes on mobile so they show two sections side by side when your scroll.
See screenshot below:
If this is possible can please provide the full code and what section to add this to.
Thank you in advance.
Kind Regards,
Anton
-
Hi Anton,
Yes this is possible if you are on a Plan that supports to edit the Help Center Theme in Zendesk Guide.
It's a fairly easy CSS adjustment. Approximately a 5-min job for a front-end developer.- Kay
-
Hey Anton,
It just a play of breakpoints and flex properties. You have flex:1 0 370px or smething for your blocks width so you have to reduce that flex:1 0 240px or as required and may be there is breakpoints issue.
See I did in copenhagen, I just reduce width of
.blocks-item{
flex:1 0 200px
}and modify media query code.
You can also provide your blocks CSS code so I can modify the code as you have requirement.
Thank You
-
If it's possible to provide the URL of your current Help Center, So I will look at it and provide you the exact solution of your problem
Thanks
Pulkit
-
Hello Everyone,
Pulkit Pandey
Thank you all for your assistance. I have been away and only got to view your response now.Pulkit. Here is the URL to my Help Center https://support.yapstone.com/hc/en-us
Kind Regards,
Anton
-
Hello Pulkit,
Thank you for your help and have a nice weekend.
Kind Regards,
Anton
-
Happy to hear that it works :)
Thanks
Pulkit
サインインしてコメントを残してください。
7 コメント