Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #914099

    Hi,

    Please help align these buttons so they stack or align one next to the other in mobile view buttons body

    #914120

    Hey Danny,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      #top .avia-fullwidth-slider a.avia-slideshow-button.avia-button {
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #914167

    Thank you for replying, but this did not work. It fixed another issue in the full-width slider buttons though. Not sure if there is a conflict. I am using this CSS Quick Code to center and spacing on desktop view:

    .home #av_section_3 .avia-builder-el-18.avia-button-wrap {
    float:right;
    }
    .home #av_section_3 .avia-builder-el-20.avia-button-wrap {
    float:left;
    margin-left:20px;
    }

    • This reply was modified 6 years, 8 months ago by dmac.
    #914261

    Hi,

    I see can you try to replace the code I gave you with this one:

    @media only screen and (max-width:479px) {
      #top .avia-fullwidth-slider a.avia-slideshow-button.avia-button {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    Best regards,
    Nikko

    #914577

    Hi,

    To clarify, the buttons I am trying to center on mobile is the avia-buttons in the body:

    avia-button avia-icon_select-no avia-color-custom avia-size-x-large avia-position-center

    #914656

    Hi,

    Sorry, I didn’t look below, try using this css code:

    @media only screen and (max-width:479px) {
      #top .flex_column_table.av-equal-height-column-flextable.-flextable .avia-button-wrap.avia-button-center {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #914659

    That worked, thanks!

    #914701

    Hi,

    Great, glad you got it working and sorry for the problems. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #914705

    Please close it, thanks again.

    #914707

    Hi,

    Thanks for letting us know, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Mobile Buttons’ is closed to new replies.