Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1141837

    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!

    #1141880

    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

    #1142761

    Thank you Jordan! :)

    #1142795

    Hi,

    No problem. Did you need additional help or shall I close this topic?

    Best regards,
    Jordan Shannon

    #1143433

    You can close the topic!

    #1143657

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘@media don't work properly’ is closed to new replies.