- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by .
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.
Home › Forums › Free Themes › Education Hub › Remove Whitespace
Tagged: header, white space
How to remove white space between logo and quick link ? because too much space show in mobile website view
Thnaks is advance
Hello @niraj98,
To decrease the white space between logo and quick links bar in mobile view only paste in the following custom CSS in your Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS Field.
@media only screen and (max-width: 479px){
#page #masthead {
padding-top: 23px;
}}
You can increase / decrease the padding-top value as per your logo size and requirements.
Hope this resolves your issue,
Best Regards!!
Thanks for your reply,
And how to remove white space between website title and mobile drop down menu ?
Hello @niraj98,
To decrease the white space between website title and mobile drop-down menu in mobile view only add the following custom CSS in your Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS Field.
@media only screen and (max-width: 767px)
{.menu-toggle {
margin: -12px auto;
}}
@media only screen and (max-width: 767px){
#main-nav {
padding-bottom: 25px;
}}
@media only screen and (max-width: 767px){
.wrap-menu-content {
background-color: transparent;
padding-top: 30px;
}}
Hope this resolves your query,
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |