Home Forums WoodMart support forum Popup button full-width

Popup button full-width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52023

    Jarda
    Participant

    Hi.

    I created HTML Block with Popup form (CF7). In setting for button I enabled full width, but this setting does not appear on the front end. I tried the same thing for the wpb addon button and it’s OK.

    Thanks for your advice.

    #52040

    Hello,

    CF7 button will require custom CSS as it has not such option. It is a separate plugin.

    Send me youe site link and page where you want the button to make full width

    Best Regards

    #52058

    Jarda
    Participant

    I did not mean the CF7 button but the button in the woodmart popup wpb addon.
    I send a link and screenshots.

    #52089

    Hello,

    Here are the configurations of the right button http://prntscr.com/j460xt

    Here is the view: http://prntscr.com/j4624d

    The left column contains CF7 this button is not full width, as it requires custom CSS.

    Please clarify your aim.

    Best regards

    #52225

    Jarda
    Participant

    If I activate the Full Width checkbox on the Button tab in the PopUp wpb setting, I want the button to be really full width. If this is not styled, so please piece of code for this setting.

    Thank You

    #52293

    Hello,

    Please add this CSS to Theme Settings > Custom CSS > Desktop

    .woodmart-before-add-to-cart .woodmart-button-wrapper a{
        min-width:100%;
    }

    We shall fix this in our nearest update.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)