File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ const getStyleParams = ( options = {} ) => {
243243
244244 // Spacing
245245 {
246- selector : `${ itemSelector } .stk-img-wrapper ` ,
246+ selector : `${ itemSelector } .stk-block-posts__image-link ` ,
247247 styleRule : 'marginBottom' ,
248248 attrName : 'imageSpacing' ,
249249 format : '%spx' ,
Original file line number Diff line number Diff line change 7676 // Remove theme text decoration on links.
7777 & __title a ,
7878 & __category a {
79+ display : inline-block ;
7980 text-decoration : none ;
8081 }
8182
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ export const generateRenderPostItem = attributes => {
148148 ? 'top'
149149 : 'bottom'
150150 }
151+ className = "stk-block-posts__image-link"
151152 />
152153 )
153154
You can’t perform that action at this time.
0 commit comments