This topic has 9 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow
The product description on product single pages is not moving with the break points.
Hello,
Please try to add this code in Custom css:
@media only screen and (max-width: 768px) {
.single-product .fixed-product-block .fixed-content .cart .button {
display: block;
margin-left: 0;
}
}
If this won’t help, please provide a screenshot for better understanding.
Regards
I inserted the code. It didn’t fix it.
The product modification buttons are also off the side of the screen. As well as location info on the check out page.
Hello,
Sorry for the delay due to the weekends. Thanks for the credentials.
Please provide screenshots of problems for better understanding.
Regards
Here you go. Thanks for your help.
Hello,
Check the buttons now, please.
I have removed buttons on the cart page because there is no place to show them in 1 line. So, users will be able to change the q-ty using input.
Regards
Perfect thank you.
Where di you make this change? I want to make sure I don’t lose it when I update.
Hello,
All the changes were made in Theme Options > Styling > Custom CSS, just edited some code that was there. So, you won’t lose it after next update.
Regards
You must be logged in to reply to this topic.Log in/Sign up