Home Forums Free Themes WEN Travel Modern Header Media Title placement

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #178151
    donald gerard
    Participant

    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!

    #178162
    sanam
    Keymaster

    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.

    #178178
    donald gerard
    Participant

    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.

    #178220
    sanam
    Keymaster

    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.

    #178239
    donald gerard
    Participant

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.