Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #439942

    Hello, how do I create a responsive button? See the link below to where I could enlarge.

    Did not exceed min-width: 1210px;

    How do I leave it wider?

    link
    http://www.milk9.com.br/quintas/home/#toggle-id-1
    Example button is the first green.
    I want to make all buttons like the colorful example below example button. It’s possible ??

    #439949

    Hey mleite1!

    Your page cannot be found, is it set to private?

    Regards,
    Yigit

    #439958
    This reply has been marked as private.
    #439960
    This reply has been marked as private.
    #439962
    This reply has been marked as private.
    #440390

    Good morning, you could answer my questõa up? I take much follow through with the project.

    Note: By decreasing the browser the largest button does not fit the screen center.

    #440998

    Hi!

    Please add a color section element to your page with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and insert your fullwidth button inside it and then add following code to Quick CSS

    #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }

    Regards,
    Yigit

    #441011

    Each color section will have a button? Or the buttons may be in the color section?

    #441013

    Hi!

    Content of that certain color section will be fullwidth. You can add as many buttons/elements as you wish :)

    Best regards,
    Yigit

    #441026

    Yigit, just testing.
    Enter the code and not worked.

    #principalsql .container {max-width: 100%; padding: 0; margin: 0; }

    LINK OF THE PAGE
    http://www.milk9.com.br/qlr/principal/

    The buttons have to stay glued to one another. How to do this?

    #441031

    Hi!

    Please add “Fullwidth Button” element to your page if you would like them to fullwidth

    Best regards,
    Yigit

    #441035

    Ok it worked, but as I said you. There is a gap between them and they are not centered on the screen. You have to force centralization.

    LINK OF THE PAGE
    http://www.milk9.com.br/qlr/principal/

    #441041

    Hey!

    You are not using Fullwidth Button element- http://i.imgur.com/cWlz7ot.png , you are using Large button with custom CSS. If you would like to use it and center it, please add following code to Quick CSS

    .avia-button.avia-size-x-large {
      min-width: 100%;
    }

    Regards,
    Yigit

    #441132

    You’re right.I did wrong. Now I put the fullwidth Button. I use now with fullwidth Button.

    To center use this code?
    .avia-fullwidth-button {
       min-width: 100%;
    }

    #441188

    Hi!

    It should be centered already, for fullwidth button you do not need custom CSS code. Seems like you have already figured that out? :)

    Regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.