-
AuthorPosts
-
February 28, 2017 at 1:51 pm #752916
Hello,
I tried to use the solution provided here:
https://kriesi.at/support/topic/can-i-eliminate-whitespace-horizontal-rulers-on-a-mobile-device/?login_errorBut nothing changes, I even tried adding a new class to each separator but still no luck.
Thanks!
February 28, 2017 at 1:56 pm #752919Hey Radu_P!
Can you please post a link to your page?
There might be an error in your custom CSS code. Please post all of your custom CSS codes here using – http://pastebin.com/ so we can check that as wellRegards,
YigitFebruary 28, 2017 at 2:08 pm #752922Hi Yigit,
Thanks for the quick reply!
February 28, 2017 at 2:18 pm #752925Hi!
Can you please post a screenshot showing the changes you would like to make and temporary WP admin logins in private content field as well?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links hereCheers!
YigitFebruary 28, 2017 at 2:41 pm #752939Ok, this is embarrassing, but it seem I was wrong…
My problem is the space between the top color section and the special heading below it:
I need this space to be smaller on mobile, and i thought the separator between them was the issue…but it turns out that’s only 6px in height, and so I didn’t notice the small difference when it wasn’t displayed on mobile.Can you help me make that space smaller on mobile? Both the color section and the heading don’t seem to have any padding set, so I’m not sure what to do.
February 28, 2017 at 2:46 pm #752945Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) { .av-special-heading { margin-top: 0; }}
Best regards,
YigitFebruary 28, 2017 at 2:52 pm #752950It worked, thank you! :)
Cheers!
RaduFebruary 28, 2017 at 2:54 pm #752953Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Remove whitespace separator on mobile’ is closed to new replies.