Site logo

Archived topic

It’s possible to deactivate padding to all text widget?

1 reply · Started by Dominique on August 31, 2018

Viewing posts 1–2 of 2

Or explain the way to do that to a specific widget by myself.

Hi there,

It its only text widgets then you could use this CSS to target just widgets that have a text id:

.widget[id^='text-'] {
	padding: 0 !important;
}
This archived topic is closed to new replies.