- This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Daily Insight Pro › how to reduce the height of the header
Hi,
We are trying to reduce the height of the header (the portion between the main menu and the top of the page).
We are using the Header Right widget (search box, social icons and a photo of onbe of our posts). The upper side of the header is taken by our logo and slogan, but there is still empty space between these elements and the main menu.
Thanks.
thanks
Hello @elviajeroaccidental,
Can you post your site URL so that we could give precise fix ??
Hope you understand .
Best Regards!!
here it is
http://elviaje2-cp126.wordpresstemporal.com/
Hello @elviajeroaccidental,
To adjust the spacing use below given CSS .
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media(min-width:992px) {
header .widget_wpcom_social_media_icons_widget {
float: left;
position: relative;
clear: both;
top: -82px;
}
header .widget_search {
float: left;
clear: both;
margin-top: -100px;
}
header .widget_image {
float:right;
}
}
Hope this helps.
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. |