• Resolved vitruvian24

    (@vitruvian24)


    Greetings,

    I would like advice on how I can resize the main button – “Quick view” I don’t mean the content but purely the size of the button…
    Thank you so much

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    hope you are doing well! ??

    You could try to add a CSS rule like this on Appearance > Customize > Additional CSS:

    .yith-wcqv-button {
        min-width: 0px;
        width: 150px;
        height: 100px;
    }

    Feel free to change the values.

    We hope it helps you.

    Have a great day!

    Thread Starter vitruvian24

    (@vitruvian24)

    thank you very much, the adjustment works, but only on the “frame” when the size of the text distorts the surroundings. Couldn’t please shrink the element as a whole? Including text to keep the frame size with the text? Thank you for any help

    Thread Starter vitruvian24

    (@vitruvian24)

    Its something like this:
    `a.yith-wcqv-button {
    display: inline-block!important;
    font-size: 15px!important;
    margin-left: 13px;
    }
    #yith-quick-view-modal {
    z-index: 100000;
    }
    .product-type-variable a.yith-wcqv-button{
    margin-left: 7px;
    }

    Only little “mistake” is a arrow which is not in the same line like a text…but it a detail…maybe i delete it ?? so problem solved…thank you so much ??

    Thread Starter vitruvian24

    (@vitruvian24)

    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    We’re sorry but your reply is a bit confusing.
    Is the problem solved at the end?

    Let us know.

    Have a great day!

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    since we have no received any reply by your side,I set this ticket as “solved”
    Feel free to start a new thread if you need additional support.
    Best regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I change a size button’ is closed to new replies.