[Plugin: Specific Tweets] how to add padding
-
how do i add padding for “specific tweets” is too close to the left edge of the sidebar. I am pretty new to css and can be pretty dangerous. I’ve tried this in my child css and it has not budged this widget.
.widget widget_specific_tweets {
margin-bottom: 2px;
margin-left: 10px;
margin-right: 2px;
margin-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 4px;
padding-top: 2px;
}
Specific Tweets widget-title {
margin-left: 10px;
padding-left: 10px;
}
The topic ‘[Plugin: Specific Tweets] how to add padding’ is closed to new replies.