solved the above issue. now i am having trouble in removing this padding.
@media only screen and (max-width: 310px) {
.woodmart-search-form, .whb-column > .info-box-wrapper, .whb-column > .woodmart-button-
wrapper, .whb-column > .woodmart-social-icons, .whb-html-block-element, .whb-text-element {
padding-right: 0px !important;
padding-left: 0px !important;
}
}
by default there is a 10px padding in both side of search box.
Attachments:
You must be
logged in to view attached files.