• Resolved rspragg6587

    (@rspragg6587)


    I want to center the button on the pages text however I dont have the coding skills necessary to do so. What would I do to center this please? I know go to appearance > customize > additional css I just dont know what to put to make my Max Button center on the page. Please help

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author AlanP57

    (@alanp57)

    You need some custom CSS code like this for the button on the about us page

    .maxbutton-1.maxbutton.maxbutton-consultation {
        display: block;
        margin: 0 auto;
    }

    If your theme options or theme customizer has a custom CSS section, you can add this code there or install a plugin like Simple Custom CSS.

    Thread Starter rspragg6587

    (@rspragg6587)

    I tried this code the CSS section of appearance as well as in the avada custom CSS and it isn’t working. No errors just doesn’t center the button to the middle of the page.

    Plugin Author AlanP57

    (@alanp57)

    At times it is necessary to be persistent. Maybe this will work.

    .maxbutton-1.maxbutton.maxbutton-consultation {
        display: block !important;
        margin: 0 auto !important;
    }
    Plugin Author Bas Schuiling

    (@basszje)

    You can try to enable the container in the button editor (under container). Try to activated ‘use container’ and ‘center container’ settings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center Button’ is closed to new replies.