Home › Forums › All Other Themes › Naturo Pro: decrease spacing in Contact area ?
- This topic has 12 replies, 2 voices, and was last updated 6 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 12, 2018 at 12:47 am #98917
For nature Pro, since I have added more social icons in the footer, the Contacts text is not centered with the icons on mobile. It appears that having less space between the titles and links would help.E.g.
Email: [email protected]
How to decrease blank space?
April 12, 2018 at 12:49 am #98918The example above didn’t come out right once posted. I meant to show several spaces between “Email” and “url.”
April 12, 2018 at 5:19 am #98924Hi,
Website URL please?
Regards,
BradApril 12, 2018 at 7:01 am #98933http://jasonsignor.net
April 12, 2018 at 7:33 am #98935Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
BradApril 17, 2018 at 1:42 am #99267There are two images here:
The first is how it looks as is, The second shows some lines indicating the centering problem.
https://imgur.com/gallery/nZiTY
via Imgur for iOSApril 17, 2018 at 12:24 pm #99314Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .phone-no strong { width: auto; display: inline-block; padding-right: 5px;} }
Regards,
BradApril 18, 2018 at 8:54 am #99430This works perfectly! Thank you! ????
April 18, 2018 at 9:04 am #99436🙂
April 19, 2018 at 2:30 am #99540There is a new problem with it. This was working fine, but somehow it has left-aligned itself. I cannot figure out what has happened. It looks fine on desktop PC but on mobile it is left-aligned now. Please help.
https://imgur.com/gallery/qZcTdqj
via Imgur for iOSIf you need login credentials please tell me where to send them.
Thanks,
Jason
April 19, 2018 at 1:25 pm #99609Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .social-icons, .phone-no { text-align:center;} }
Regards,
BradApril 19, 2018 at 5:03 pm #99639Thank you! That fixed it! 🙂
April 20, 2018 at 6:55 am #99729Great!
-
AuthorPosts
- You must be logged in to reply to this topic.