Sidebar really close to content
This support request was posted in Paeon by LizavdVelden
- LizavdVelden July 10, 2015 at 2:09 pm
Hi NiceThemes,
The Paeon sidebar seems to be really close to the page content. Is there a way to add more space between the sidebar and the page content?
Or can I add some kind of line/stripe between them to make the sidebar better distinguishable from the content?
Regards,
Liza
Juanfra Aldasoro July 10, 2015 at 3:06 pmHello Liza,
Thanks for writing. I hope you are doing well.
Would you please tell me which sidebar are you making reference of? I’ve seen you have a modified copy of the home template.
Thank you,
Juan.LizavdVelden July 10, 2015 at 3:29 pmHi Juan,
Thanks for your reply! The sidebar in question is the ”page sidebar”. Is there a way to add more space between the sidebar and the page content? Or can I add some kind of line/stripe between them to make the sidebar better distinguishable from the content?
Also, the phone number (displayed at the top of most pages) disappears when the website is visited from a mobile page. My business relies heavily on phone numbers, so do you know a way to make the phonenumber-display more responsive?
Have a nice weekend!
Liza
Juanfra Aldasoro July 10, 2015 at 3:42 pmHi Liza,
My pleasure. Thanks for the follow up.
Yes, there’s no option to make that through the backend directly, but you can add some custom CSS in order to make that possible. The CSS rules are applied to the #sidebar element. And the width is set with percentage. The default value is “31.25%”.
By changing the percentage, you’ll change the width, for example:
#sidebar { width: 30%; }
With regards to the phone number section, yes, it is hidden on mobile devices, given that there’s no enough space for both title and phone number.
Have a nice weekend you too.
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.