- This topic has 4 replies, 2 voices, and was last updated 2 years, 9 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 › Free Themes › WEN Travel Modern › Header Media Title placement
Tagged: header media title
Hi,
How do I change where the header media title appears on the home page? I just want it to appear a few lines higher than the default setting. Thanks!
Hello @THECOACH, Please add this CSS in the Additional CSS
@media only screen and (min-width: 64em){
.header-style-two .site-header-main .wrapper {
padding-bottom: 7px;
padding-top: 7px;
}
}
@media screen and (min-width: 30em) {
.header-style-two .site-branding {
margin: 0 auto 0 0;
}
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
Please adjust the number as per your interest.
Thanks.
Thanks for your prompt response. The CSS you sent seems to only affect the site title and menu in the header. I want to change the positioning of the text that goes in the following field: Customize / Header Media /Header Media Title.
Thank you.
Hello @THECOACH, Please remove the previous CSS add this new CSS
.home .custom-header .section-title-wrapper {
margin-top: -30px;
margin-bottom: 70px;
}
Try adjusting the value and see what works for you.
Thanks.
Thanks!
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. |