This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
Please use one topic for only one question.
Please use one topic for only one question.
Please use one topic for only one question.
On the mobile phone, the display has white space.
But Responsive on tablets and computers screen do not have that area I want to remove white space on mobile phone.
html .custom-header {
margin-bottom: 0px;
}
Hi.
You need !important
html .custom-header {
margin-bottom: 0px !important;
}
You must be logged in to reply to this topic.