• How ca I make the button responsive. I′m using the button with Metaa Slider Plugin. The button is aon an layered slider and keeps the size even on mobile phone. Is there a possibility to auto scale down the button for tablet or mobile phone.

    Thanks

    Otto

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WooPrali

    (@wooprali)

    Hi, thanks for using designer button.

    I am planning to add this responsive feature in next version.

    For now you can add custom CSS to get responsive effect.

    Regards,

    Prali

    Thread Starter otto2

    (@otto2)

    Dear Prali,

    many thanks for your answer. Do you have any idea of the css code?

    Many Thanks

    Otto

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    you can write css like below.

    @media screen and (max-width: 767px) {
    	.wpi_designer_button{
    		font-size: 20px!important;
        	padding: 8px 15px!important;
    	}
    }
    @media screen and (max-width: 360px) {
    	.wpi_designer_button{
    		font-size: 15px!important;
        	padding: 6px 10px!important;
    	}
    }

    use this plugin simple-custom-css or any other similar plugin to add custom css to your WordPress site.

    Regards,

    PRALI

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP designer button – Responsive’ is closed to new replies.