Hi
I want to disable “margin-right: 20px” on home page slider for small screens so when buttons are below each other they would be aligned center.
If I use this css below then my style gets messy. What do I do wrong? Can you please help me. I have put temporary login for you in private…
@media only screen and (max-width: 990px) { .avia-multi-slideshow-button.avia-slideshow-button {
margin-right: 0px !important;
}
Thank you!
Hey rasmusheil,
The code pasted above is not formatted correctly. It’s not closed. I’ve fixed it below, please try it out:
@media only screen and (max-width: 990px) {
.avia-multi-slideshow-button.avia-slideshow-button {
margin-right: 0px !important;
}}
Best regards,
Jordan Shannon
Thank you Jordan! :)
Hi,
No problem. Did you need additional help or shall I close this topic?
Best regards,
Jordan Shannon
You can close the topic!