• Thank you again for this great theme,

    Where can i amend the positioning of my banner title, banner scroll and link icons appearing on the homepage title image?

    As you can see here, i would like to tweak their positions relative to the title image, as currently they are covering an important part of the image behind it:

    https://www.sennentimcke.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • you can change this within your custom css or a child theme.

    The css code would depend on where you want the title and icons moved to.

    For example the css below might be what you are after to move the title a little higher and the icons a little lower to reveal the center of the picture more:

    .banner-box {
        padding: 0;
    }
    
    .banner-scroll {
        margin-top: 340px;
    }
    
    .home-container {
      padding: 40px 5%;
    }

    Insert this into your custom css.

    Thread Starter sennentimcke

    (@sennentimcke)

    Success!

    Many thanks for the support : )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner Positions on Title image’ is closed to new replies.