• Resolved plakapong

    (@plakapong)


    Hi, my customer loves the look of this theme but with his chosen header image, the header caption box is obscuring the main focus of his image. Is there a way to move it left/right up or down? I’ve looked through the stylesheet but can’t identify it.

    Many thanks for a great theme.

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

    (@plakapong)

    Hi again, I worked it out so I’ll post the css override here in case someone else needs the answer.

    .banner-caption-content {
    z-index: 2;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.90);
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }

    Cheers

    Theme Author Shaped Pixels

    (@shaped-pixels)

    You found the solution 🙂
    Even though I did not provide the solution to which you found it, I am assuming we can set this topic as “Resolved”?

    Thread Starter plakapong

    (@plakapong)

    Yes thanks very much 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reposition header caption box’ is closed to new replies.