oh yes
doesn’t work like this
@media only screen and (max-width: 767px) {
#start {background-image: none! Important; }
}
Hi,
Ok, the code is now in “quick CSS”:
@media only screen and (max-width: 767px) {
#start {background-image: none! Important; }
The ID is: start
But it does not work, the image is still visible on my iphone.
Something I do wrong!
Best Regards,
Jürgen
Hey Rikard,
merci.
“YOUR CODE HERE” … which code should I enter here?
Section ID for color section is: “start”
Please help
Best Regards,
Jürgen
Hi Rikard,
Thank you for your feedback. I have solved the problem myself, there was a similar here in another support request.
The solution:
/ * Icon List spacing * /
.avia-icon-list> li {
Margin: 0px! Important;
Padding-bottom: 10px! Important;
}
.avia-icon-list-container {
Margin-bottom: 0;
Margin-top: 0;
}
… and built into the Quick CCS.
Best regards,
Jürgen