Kindly check the image attached, im using an ipad 12.9 inch. The buttons arent centered on their background. Please make sure it is adjusted dynamically in order to look well on all screen sizes.
Thank you
This topic has 2 replies, 2 voices, and was last updated 6 days, 10 hours ago ago by Jack Richardson
Kindly check the image attached, im using an ipad 12.9 inch. The buttons arent centered on their background. Please make sure it is adjusted dynamically in order to look well on all screen sizes.
Thank you
Hello @islam,
You may use the following custom CSS in your Theme Options -> Theme Custom CSS:
@media only screen and (min-width: 992px) and (max-width: 1200px) {
body .etheme-product-hover-mask .footer-inner {
grid-template-columns: repeat(auto-fit, minmax(var(--hover-item-height, 20px), 1fr));
}
}
Best regards,
Jack Richardson
The 8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up