Archived topic
Mobile Background Position
3 replies · Started by Yaroslav on March 2, 2021
Hello! I can't change the background-position for mobile. I added CSS class to Section and tried code like this:
@media (max-width: 768px) {
.custom-mobile-bg {
background-position: center;
}
}
Nothing happens, I also tried to change the size and to change the whole image, no result. Help, please :)
Hi there,
change:
.custom-mobile-bg
to:
.gb-container.custom-mobile-bg:before
Thank you! Now I see that I should select it with pseudo-selector :)
Yep :) Glad to be of help