Site logo

Archived topic

How to add button in widget

5 replies · Started by Feber on September 15, 2020

Viewing posts 1–6 of 6

Hi there,
Need your help.

I want to create a button in footer's widget like this https://prnt.sc/ui2ueh

Please your advice.

Thank you

Hi thanks for your reply,

It works for me. But I need one more help about how to create equal size for all button I use in my widget ?

Thank you

Using the example in the document i provided you can give it a min width eg.

.button.sun-flower,
.button.sun-flower:visited {
    background: #F1C40F;
    color: #FFF;
    min-width: 200px;
    text-align: center;
}

Wow it works for me.

Thank you very much David.

Glad to be of help.

This archived topic is closed to new replies.