This topic has 8 replies, 4 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
https://sodbeauty.com/product/blossoming-face-wash/
I need the PayPal button bellow the Add to cart
and now i having issue with the mobile phone that it looks not good.
Hello,
Provide us with temporary WP Dashboard access to your site to help you with the PayPal button.
Also, provide screenshots of the issues on mobile. What exactly do you want to change?
Regards
sure (all the info at the private area)
Hello,
Please check credentials https://prnt.sc/u4e7i3
Describe the desired displaying in detail, what exactly should be changed?
Regards
At the private content
Hi,
Use below code
.single-product .single_product-html_block,
.single-product .single-product-builder form.cart{
display: inline-grid;
}
.single-product .et_connect-block{
display: block;
}
.single-product .woo_pp_cart_buttons_div #woo_pp_ec_button_product{
margin-top: 20px;
}
Regards,
Hung PD
The css code messing up the header.
you can see the header where the cart and the search on the right in the desktop
this is what messing it up:
.single-product .et_connect-block{
display: block;
}
Please change the previous code to:
.single-product .single_product-html_block,
.single-product .single-product-builder form.cart{
display: inline-grid;
}
.single-product .et_product-block .et_connect-block{
display: block;
}
.single-product .et_product-block .woo_pp_cart_buttons_div #woo_pp_ec_button_product{
margin-top: 20px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up