• Resolved alienisko

    (@alienisko)


    Hello

    When I add video to my page header it’s not aligned center as image is.

    Instead it’s aligned left. Don’t know how to fix it.

    Best regards
    Andrzej

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter alienisko

    (@alienisko)

    If I add custom css like:
    .wp-custom-header {text-align: center}
    video doesn’t show on home page

    it works when I remove header image, but then on subpages there is no video and image in header.

    Thread Starter alienisko

    (@alienisko)

    Ok, I found a solution.

    Here it is if someone will need it:
    Custom CSS:
    #wp-custom-header-video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    Hello,

    Glad that you have found the solution yourself.

    Also, thank you for providing us with CSS.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header video align’ is closed to new replies.