Okay
  Public Ticket #1277993
Remove Grey padding under header in phone
Closed

Comments

  • andresand started the conversation

    Hey, 

    I see that the theme gives me some kind of Grey padding underneath the header on the phone. 

    I'd like to Remove the padding completely :)

    See the following link and the embedded screenshot of the issue:

    Köpa hemsida webbyrå

  •  8,441
    Tahir replied

    Hey , 

    Uncheck this option and test: http://prntscr.com/gb626f . 

    Be.st


    ThemeNectar Support Team 

  • andresand replied

    Hey, the Grey bar is still there :(

  •  2,733
    Andrew replied

    Hi there,

    Thanks for keeping in touch.

    We recommend that you create a temporary admin login, which can then be deleted once we are finished helping. To do this:
    In your WordPress Dashboard, go to Users > Add New
    Enter a username* (use something unique like wooninja75 )
    Enter an email address (you can use any email, like [email protected] - note: we don't actually receive emails sent here, so if you need to send us login details you'll need to write them to your support ticket).
    Make a note of the password generated by WordPress, as you'll need to send it to us
    Make sure the Role field is set to 'Administrator'
    Click the 'Add New User' button.
    Hope to hear from you soon.
    Cheers,

  •   andresand replied privately
  •  8,441
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #header-space[data-header-mobile-fixed="1"]~#ajax-content-wrap .container-wrap {
            margin-top: -93px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • andresand replied

    Massive thank you!