Add spacing between the both product page and sticky header of the mobile view
-
Hello ,
Can you please tell me how to add space between the marked portion and sticky header in the mobile view?
Please refer the screen shoot:
1. https://snipboard.io/4AbYDF.jpg
2. https://snipboard.io/2QbVOs.jpg
Best Regards
Hello,
You have not marked any portion in the screenshots. Please send the correct screenshot.
Also share the wp logins details i will check and give you a possible solution.
Best Regards.
Hello ,
I have sent the correct screenshot .Can you please tell me how to add space between the marked portion and sticky header in the mobile view?
Please refer the screen shoot:
https://snipboard.io/fRHEbz.jpg
https://snipboard.io/q5e8UG.jpg
Best Regards
Hello,
Try to add following code in Theme Setting > Custom CSS > Css for mobile:
.page-title {
margin-top: 0px;
}
Best Regards.