Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

CSS paste columns to the left

$
0
0

Replies: 0

Hi,

I have customized my YARPP “related post” block (the second one) but I can’t seem to paste the columns on the left so that it aligns with the “Articles similaires” title.

I left the Jetpack similar articles block (the first one) as an example. I would like the columns to be positioned the same way.

Can you help me please ?

My additionnel CSS :

.yarpp-template-yarpp-template-multilingual {
column-count: 3
}

.yarpp-template-yarpp-template-multilingual {
column-gap: 0px;
}

.yarpp-template-yarpp-template-multilingual {
filter: opacity(80%);
-webkit-filter: opacity(80%);
}

.yarpp-template-yarpp-template-multilingual:hover {
filter: opacity(100%);
-webkit-filter: opacity(100%);
}

.yarpp-template-yarpp-template-multilingual {
column-width: 0px;
}
h3 {
column-span: all;
}

.yarpp-template-yarpp-template-multilingual {
font-size: 16px;
}

@media only screen and (max-width: 481px) {.yarpp-template-yarpp-template-multilingual {
font-size: 9px;
}
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles