This topic has 9 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hi, how do I get the logo displayed in the center? when I set this in the calculated box it is not displayed correctly in the mobile view, in private the screen is.
Hello, Salmi,
Thank you for contacting us and for using XStore.
The next custom CSS code can be used:
.cart-checkout-light-header .header-main .et_col-xs-3 {
width: 100% !important;
}
.cart-checkout-light-header .header-main .et_col-xs-9 {
display: none;
}
.cart-checkout-light-header .header-main .et_b_header-logo {
text-align: center;
}
Kind Regards,
8theme team
Hi, thank you very much, that worked great. Can we please tell me where I can remove this button, tried to find the classe but unfortunately no success. Screen in private
Hello again, these two buttons on shopping cart page do not have enough distance as seen in the screen.
Hello, Salmi,
1/
.etheme-sticky-cart .wc-ppcp-product-payment__methods {
display: none;
}
2/
.woocommerce-cart .stripe_cart_gateway_active .wc-proceed-to-checkout .checkout-button {
margin-bottom: 10px;
}
Kind Regards,
8theme team
thanks for the quick help, unfortunately this rule does not work.
.woocommerce-cart .stripe_cart_gateway_active .wc-proceed-to-checkout .checkout-button {
margin-bottom: 10px;
}
Hello, Salmi,
Please change the code to:
.woocommerce-cart .stripe_cart_gateway_active .wc-proceed-to-checkout .checkout-button {
margin-bottom: 10px !important;
}
Kind Regards,
8theme team
Hi, thanks for the help. on the item page the paypal button is not displayed completely, it happens that sometimes it is displayed completely and sometimes it is not loaded completely as you can see in the screen.
Hello, Salmi,
Please provide URL of page, not only screenshot, next time.
.single-product #wc-ppcp-product-button-container .paypal-buttons {
min-height: 41px;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up