This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi
Can you please tell me how i can change size of black frame around customer email, is not displayed with correct size on mobile phone.
Please check attachment.
https://i.postimg.cc/43RtxBd9/20210219-094719.jpg
Hello,
If you are using file generator css you may simply regenerate your file through your XStore Control Panel settings
Otherwise download style.css and xstore.css files from this page https://dropmefiles.com/zzzaQ and re-upload them into themes/xstore folder
or you can add next code in Theme Options > Theme cusrtom CSS > Global custom CSS and remove it after updating to next theme version
@media only screen and (max-width: 992px) {
.woocommerce-MyAccount-navigation-wrapper {
width: 100%;
margin-bottom: 20px;
}
.MyAccount-dashboard-buttons {
flex-wrap: wrap;
margin-bottom: -10px;
}
.MyAccount-dashboard-buttons .btn {
white-space: nowrap;
margin-bottom: 10px;
}
}
Regards
Hi
I’ve uploaded css files from you, but doesn’t make any changes.
Hi,
Have you cleared cache?
Could you provide URL of your site?
Regards
You must be logged in to reply to this topic.Log in/Sign up