Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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_error

    But nothing changes, I even tried adding a new class to each separator but still no luck.

    Thanks!

    #752919

    Hey 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 well

    Regards,
    Yigit

    #752922

    Hi Yigit,

    Thanks for the quick reply!

    #752925

    Hi!

    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 here

    Cheers!
    Yigit

    #752939

    Ok, 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:

    View post on imgur.com


    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.

    #752945

    Hi,

    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,
    Yigit

    #752950

    It worked, thank you! :)

    Cheers!
    Radu

    #752953

    Hey!

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove whitespace separator on mobile’ is closed to new replies.