Skip to content

Background image top chopped off #844

Answered by nunocoracao
manchuwook asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @manchuwook right solution wrong css param

Override the following class

.single_hero_background {
  background-repeat:no-repeat;
  background-size:cover; 
  background-position:center;
  width: calc(100% + 40px);
  z-index: -10;
  margin-left: -20px;
}

and change the background-position to top

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nunocoracao
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants