• Resolved lampe160

    (@lampe160)


    Hi there

    i wonder how it is possible to change position of welcome massage, logo and call to action button in header.

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can use this in a custom CSS plugin or child theme to move the whole block (100px is the default value):

    .welcome-info {
       top: 100px;
    }

    I’m interested in doing this too, but welcome-info is currently set in an inline stylesheet within the home page so isn’t easy to override unless you use !important, which I’m not fond of relying on. Any thoughts on the best way to do this now?

    Figured it out, those inline styles are from Customize -> Header Image so can just be changed there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change position of welcome massage, logo and call to action button in header’ is closed to new replies.