Home Forums WoodMart support forum I need select varartion to popup and buynow and add to cart button

I need select varartion to popup and buynow and add to cart button

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #319662

    Praveen Kumar
    Participant

    buynow and add to cart button css align popup when to scroll down the page in single product page.

    Attachments:
    You must be logged in to view attached files.
    #319705

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #319711

    Praveen Kumar
    Participant

    css problem on add to cart and buynow button

    Attachments:
    You must be logged in to view attached files.
    #319724

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-sticky-btn-container .pisol_buy_now_button.pisol_single_buy_now {
        margin-left: 120px;
    }

    This will move the button to the right side.

    Best Regards.

    #319757

    Praveen Kumar
    Participant

    Button will moved but i needed under one row of quantity, buynow and add to cart buttons, pls Aizaz imtiaz awan.

    Attachments:
    You must be logged in to view attached files.
    #319769

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regards.
    Xtemos Studios.

    #319777

    Praveen Kumar
    Participant

    OK.

    #319797

    Hello,

    Please use the below custom CSS code and delete all the old given custom CSS code and paste the below CSS in Custom CSS for mobile section:

    .wd-sticky-btn .cart {
        position: relative;
        margin-right: 0 !important;
        width: 100% !important;
    	flex-wrap: inherit !important;
    }
    .wd-sticky-btn div.quantity {
        position: absolute;
    	bottom: 10px !important;
    }
    .wd-sticky-btn-cart button.button.pisol_single_buy_now.pisol_buy_now_button.pisol_type_simple {
        line-height: 22px;
        width: 150px !important;
    }

    Best Regards.

    #319820

    Praveen Kumar
    Participant

    Ok. Thank you sir it work prefect but top buttons not in one row sir. can check sir

    Attachments:
    You must be logged in to view attached files.
    #319942

    Hello,

    You are Most Welcome.

    You can try using the following Custom CSS for that.

    .pisol_buy_now_button.pisol_single_buy_now {
        position: absolute;
        left: 32%;
        margin-top: -50px !important;
    }

    You need to adjust the left value in the above CSS according to the devices.

    Regards.
    Xtemos Studios.

    #319978

    Praveen Kumar
    Participant

    when use this code prevoius write code will be affected css. can you check sir…

    Attachments:
    You must be logged in to view attached files.
    #320016

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .product-image-summary .pisol_buy_now_button.pisol_single_buy_now {
        position: absolute;
        left: 62%;
        margin-top: -50px !important;
    }

    Regards.
    Xtemos Studios

    #320037

    Praveen Kumar
    Participant

    Thank You Aizaz Imtiaz Awan . Code will be work prefectly.

    #320039

    Most Welcome!!!!

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘I need select varartion to popup and buynow and add to cart button’ is closed to new replies.