Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #296445
    Dirk
    Participant

    Hi,

    Is it possible to resize the area in which the page title is located? See for example this page: https://voorbeeld.ovh/investors-2/

    The blue area with pagetitle is too dominant, I would like the make it less high.

    Thank you,

    Dirk

    #296465
    Skandha
    Participant

    @italianfox: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .custom-header-content {
    padding-bottom: 100px;
    padding-top: 100px;
    }

    You can change the padding to adjust the height.

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296472
    Dirk
    Participant

    Hi Skandha,

    Many thank’s for this great support, works great.

    Two other questions:

    – Is it possible to move the hamburger menu to the the blue bar on top (header media bar)
    – How can I centre the tagline in the header?

    Thank you so much,
    Dirk

    #296475
    Skandha
    Participant

    @italianfox: Hello there,

    I am afraid it is not possible to move the hamburger menu to the blue bar on top.

    To center the tagline

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 1320px) {
    .site-description {
    margin-left: 100px;
    }
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296478
    Dirk
    Participant

    It certainly works, thank you, thank you very much Skandha!

    Best,
    Dirk

    #296495
    Skandha
    Participant

    @italianfox: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,

    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Page title area/bar’ is closed to new replies.