Archived topic
How to decrease right and left margins from shortcodes from listing articles?
1 reply · Started by Hugo on April 10, 2023
Hello Guys
Im using Affiliatable to create Summary box for the products and it wastes lots of space especially on the right and left.
On mobile, that makes a big difference, loses lots of screen space and the font becomes too small.
Anyway to fix that?
The URL is:
https://universidadedocafe.com/cafeteiras/melhores-cafeteiras-expresso/
Hi Hugo,
This would be out of our scope since it's from a third-party plugin.
You could probably try adding this through Appearance > Customize > Additional CSS:
.cg-box-accord-one{
margin-left: 0 !important;
margin-right: 0 !important;
}