This topic has 13 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hello Dear,
the variations products are not respansive on mobile devices and it shows very not very good I attached a screenshot please see below
Hello,
Please provide URL of the product and temporary wp-admin access via the Private Content area.
Try to disable “Sticky Add To Cart Bar” via Theme Options > WooCommerce > Single Product Builder.
Regards
Hi,
I tried to install AMP but it seem the title and the price for products is very small and I want to also make character limit for the product titles is there any way to do this
thanks
Hello,
“it seem the title and the price for products is very small ” – it is because of custom CSS code you used. Provide temporary wp-admin access, so we can take a closer look at where exactly you added the code.
“I want to also make character limit for the product titles is there any way to do this” – submit a request here – https://www.8theme.com/taskboard/ , so our dev team read it.
Regards
hi yes I provided the user and password on private
Hello,
We can’t log in, unfortunately. Please check credentials – https://prnt.sc/64FNBmFZUUtk
Regards
Hi,
send you again
under AMP mode the prodcut Category page is also not responsive please check the link for example’s
Hello,
Thanks for the reply.
Now I can see, it is not from custom code.
To change the font-size add the next code:
@media only screen and (max-width: 992px){
li.product h2 {
font-size: 1.1rem;
}
li.product-category h2, li.product .product-taxonomies, li.product .star-rating, li.product .price {
font-size: 1rem;
}
}
Regards
yes it works but the Product category seem still not responsive please see the below link in AMP mode
when I remove that piece of code the prodcut title character limits also not showing anymore
Yes, because there is no such option.
You can try the next code:
li.product h2 {
max-height: 45px;
}
> https://prnt.sc/4IXj212XVRHp
if this is not what you are looking for, submit the request about adding new options here – https://www.8theme.com/taskboard/
Regards
Tagged: mobile, products, responsive, templates, variations, woocommerce, wordpress
The issue related to '‘the variations products not responsive on mobile devices’' has been successfully resolved, and the topic is now closed for further responses