This topic has 4 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
I built my Xstore site and launched the website yesterday. I watched some of the tracking videos and saw that the blog post (that I am using as a promoted post on Facebook), is not mobile friendly on Android devices. The text flows over the screen.
I tried adding an Elementor template for the archive and for the single blog post, but the theme template overrides it.
Hello,
Problem caused by styles of the conditional-checkout-fields-for-woocommerce plugin http://prntscr.com/v2cm84
Contact plugin author, they should use additional selectors not just such global Bootstrap class if they need some styles for their plugin.
Or add the below code to Theme Options > Custom CSS
.row {
display: block;
}
But it could make changes for the plugin functionality, that’s why better to contact plugin author to ask they make a fix in the plugin styles.
Regards
Thank you! I have contacted them. Will close this topic when the problem has been solved.
Hello,
Ok, sure.
Regards
You must be logged in to reply to this topic.Log in/Sign up