Site logo

Archived topic

How to decrease right and left margins from shortcodes from listing articles?

1 reply · Started by Hugo on April 10, 2023

Viewing posts 1–2 of 2

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;
}
This archived topic is closed to new replies.