Hi,
Thank you very much for your patience and assistance. I have found solution to your problems. I Please have a look at them.
For solving your problems, Please add the following code to the stylesheet of KLEO child theme.you can find it From Appearance>Editor>style.css. After adding them, please save your file and refresh the page. and you can also clear browser cache and cookies and other data to test properly. Then your problem should be fixed.
Code to solve no 1 problem.
.kleo-mobile-switch {
display: none;
}
Code to solve problem 2.
/*------
Smartphones (landscape) you can change 321 to 320 to apply this change on both portrait and landscape
----- */
@media only screen
and (min-device-width : 321px)
and (max-device-width : 480px) {
.container {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Please let me know if this works for you. I have tested and It works for me. You can see the screenshot. Please ask me anytime if you have any more question.
Thanks,
Kamal
NB: white space on left and right of the header/full site is not the window. I have added highlight marker so It looks like that. Please see the second screenshot. thanks.