• Hi,

    This plugin is awesome and It really benefits me.
    Thank you for being so generous to give a way a normal version

    but how can I align shortcode buttons?

    Hope to hear from you, Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author CrestaProject

    (@crestaproject)

    Hi @spanizhfly
    First of all thanks for the compliments, really appreciated ??
    Regarding your question: you can use custom CSS code to align the shortcode.
    Go to your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code if:
    Central aligned

    
    .cresta-whatsapp-chat-button {
        display: table;
        margin: 0 auto;
    }
    

    Left aligned

    
    .cresta-whatsapp-chat-button {
        float: left;
    }
    

    Right aligned

    
    .cresta-whatsapp-chat-button {
        float: right;
    }
    

    I hope it can help.

Viewing 1 replies (of 1 total)
  • The topic ‘Regarding Align Shortcode buttons’ is closed to new replies.