Okay
  Public Ticket #3091066
White space
Closed

Comments

  •  3
    Kevin started the conversation

    Hey, can you help me to remove this white space, below Terms&Privacy. If i check website on phone this space is visible, but if i check website on inspector tool on browser and change screen to phone, there is no white space. Is there any margin or what?


    Ty

    Kevin

  •  3
    Kevin replied

    This whate space, between footer and privacy&terms...

    Attached files:  unnamed (3).jpg

  •  1,591
    Judith replied

    Hello Kevin,

    Thanks for keeping in touch.

    Please try this css:

    .row {
        padding-bottom: 0px;
    }

    Thanks.

  •  3
    Kevin replied

    I tried, but white space is still there... Any other solution?

  •  3
    Kevin replied

    As i can see, there is padding bottom 25... But i can't find it... 

    Attached files:  Screenshot_27.jpg

  •  1,591
    Judith replied

    Hello Kevin,

    Please send in your admin login credentials so that we can check this out further.

    Thanks.

  •   Kevin replied privately
  •  8,345
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-global-section.before-footer .container {
        padding: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  3
    Kevin replied

    I tried this code from You Tahir, but again, it does not work...

  •  3
    Kevin replied

    I forgot to mention that i used this code on global page css and not on page where is main page

  •  1,591
    Judith replied

    Hello Kevin,

    I am not able to login from my end, please grant my location access:

    8159208431.png

    Thanks.

  •  3
    Kevin replied

    Oh sry, you can try now. I enabled other countries. 

  •  1,591
    Judith replied

    Hello Kevin,

    Please check it out now and let me know whether the white space is still showing on your end:

    8659977801.png

    Thanks.

  •  3
    Kevin replied

    Thank you. It works for main page, but in other pages there is still white space. 

  •  1,591
    Judith replied

    Hello Kevin,

    Please try removing these padding from the last row of every page on the tablet view and see whether that helps:

    4728433650.png

    Thanks.

  •  3
    Kevin replied

    Thank you. It works.