• Resolved makkoga

    (@makkoga)


    Does anyone know how to centralize “complete” button of each lesson changing css? I tried hours but no luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Try to use this CSS code

    
    .learn-press-form.form-button {
    display: block;
    }
    .learn-press-form.form-button .lp-button.button-complete-item{
        margin: 0 auto;
    }
    

    Thanks

    Thread Starter makkoga

    (@makkoga)

    I already tried this but it doesnt work

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    Can you send us the URL of the page you need help? Let be sure to disable all cache before the check, we have checked the css above on our local and it works.

    Thanks

    Thread Starter makkoga

    (@makkoga)

    I made it. For those who use inline block button here is the trick

    .learn-press-form.form-button {
    	display: inline-block;
    	width: 100%;
    	text-align: center;
    		}
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align center complete button’ is closed to new replies.