Remove white space between header and content
-
How can i remove white space show in image in mobile?
I remove space in destop by setting
.main-page-wrapper {
padding-top: 0px;
}
Attachments:
You must be
logged in to view attached files.
Hello,
Do you view via a device or narrowed browser? I do not see the problem http://prntscr.com/lr3yvh
Please clarify
Best Regards
I say the issue happen in narrow windows or mobile devise. I correct the desktop full width windows with snippet code above.
It seems you change something because I dont see this error again.
but now the space in the full width windows comeback. see image
Attachments:
You must be
logged in to view attached files.
Hello,
Enter the page and set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs
I did not touch anything.
Best Regards
I done and space in homepage removed!
but we have space in shop and other page have title with narrower view. see atach.
Attachments:
You must be
logged in to view attached files.
Hello.
Try this code:
.whb-header {
margin-bottom: 0;
}
Check the other pages.
Best Regards
I try code and get image 204
I want to have space in product page. image 205
Attachments:
You must be
logged in to view attached files.
Hello,
Please remove the code provided. You are checking the site narrowing the window. If you do so, reload the page and you will see that there is no problem. https://gyazo.com/477f6fdf34cb62d775d7e54eb60e7349
When a site is opened on a device, for example, a tablet or phone it is loaded correctly in the process.
Best Regards