Liebes Supportteam,
1. Ich habe Footer mit 4 Säulen. Ich möchte, das die erste Säule der 4 nicht auf dem Smartphone, also in der Responsiven Darstellung erscheint. Die anderen sollen angezeigt werden.
2. Ich möchte ein Pattern über ein Parallax Background legen, wie mache ich das?
Gruß,
OaOE
Hey oneandonlyeric!
Thank you for using Enfold.
1.) You can use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
#footer div .av_one_fourth.first {
display: none;
}
}
2.) Do you mind providing a screenshot of what you’re trying to do? You can try the layer slider.
Best regards,
Ismael