Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter zoranizbora

    (@zoranizbora)

    Anybody?

    Plugin Author Buttonizer

    (@buttonizer)

    Hi zoranizbora,

    Thanks for your patience!
    Terribly sorry for the late reply.
    I’ve answered your support mail but i’ll post it here too.

    Buttonizer currently doesn’t have an option to make the button into a rectangle for mobile. You could however make a custom CSS to make this.

    Here’s one for example:

    @media screen and (max-width: 769px) {
    	#buttonizer-button{
    		width: 100% !important;
    		right: 0% !important;
    	}
    	#buttonizer-button a{
    		padding-right:55%;
    		padding-left:45%;
    		border-radius: 0;
    	}
    }
    Thread Starter zoranizbora

    (@zoranizbora)

    Where do I put this CSS? When I put it on button > Custom CSS class in admin panel, nothing happens (button is completely lost from the screen)

    Plugin Author Buttonizer

    (@buttonizer)

    Hi zoranizbora,

    Add the custom CSS into WordPress’ Additional CSS.

    From the WordPress admin menu, go to Appearance then Customize.
    Inside the Customize menu you should see Additional CSS.

    Paste the custom CSS in there.
    The button should only change whenever it’s on mobile.

    Let me know if it works!

    Thread Starter zoranizbora

    (@zoranizbora)

    Works, but dont look good with label, Ill send you screenshot in e mail or you can see on vat365.ch (mobile only). I need something like: icon on left and label in a center

    • This reply was modified 5 years, 9 months ago by zoranizbora.
    • This reply was modified 5 years, 9 months ago by zoranizbora.
    Thread Starter zoranizbora

    (@zoranizbora)

    Solved with uploaded background image.
    Tnx Buttonizer Support

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Rectangle instead a circle’ is closed to new replies.