Shortcode applies padding
-
I am using Elementor and have added the shortcode to a column in the footer. When I do this, it applies a 12px padding – specifically in this CSS:
.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
width: 100%;
padding-right: var(–bs-gutter-x,0.75rem);
padding-left: var(–bs-gutter-x,0.75rem);
margin-right: auto;
margin-left: auto
}How do I get rid of that padding? It’s messing up the page design.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Shortcode applies padding’ is closed to new replies.