Background image top chopped off #844
Answered
by
nunocoracao
manchuwook
asked this question in
Q&A
-
Hello! |
Beta Was this translation helpful? Give feedback.
Answered by
nunocoracao
Jul 29, 2023
Replies: 2 comments
-
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 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nunocoracao
-
I will give it a shot! Thank you for responding :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @manchuwook right solution wrong css param
Override the following class
and change the background-position to top