How can I make a web-part (content query) move a number of pixels (for example 10 pixels) to left in Sharepoint 2013?
When I click inspect I can edit the number of pixels by changing this line of code
.dfwp-column {
margin-left: <the number of px I need>px !important;
}
Actually the content-query is an ul:
<ul class="dfwp-column dfwp-list" style="width:100%"><li class="dfwp-item">
How can I change this code within Sharepoint? Where from?