Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #602803

    I laid out my home page buttons side by side with a little extra code, but can’t seem to figure out how to force them to be centered on mobile. What bit of code am I missing?

    Thanks.

    #603253

    Hi Veronica!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .avia-button-wrap a, .avia-button-wrap {
        display: block!important;
        width: 100%!important;
        margin: auto!important;
        float: none!important;
    }}

    Best regards,
    Yigit

    #603375

    Fantastic, thank you.

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