Ηello,
Is that the selector I have to add the margin to?
.main-navigation .main-nav > ul > li:not(:last-child) a:after
(it’s the one containing the content property)
If so, I am adding it like that but it doesn’t seem to move (I actually want to move it down).
@media (min-width: 768px) {
.main-navigation .main-nav > ul > li:not(:last-child) a:after {
margin-top: -20px;
content: url(https://deyaph.gr/deyaph/wp-content/uploads/2019/04/Dash.png);
position: relative;
right: -11px;
}
}