Please see attached screenshot. Can you tell me if there's a way to change the text spacing for the mobile version so I can get them all to be on one line?
Add this into the Custom CSS box located in your Salient Options panel :
@media only screen and (max-width: 690px) {
#portfolio-filters-inline .container > ul a, #portfolio-filters-inline .container > ul li#sort-label {
padding: 0px 6px!important;
}
}
Hi,
Please see attached screenshot. Can you tell me if there's a way to change the text spacing for the mobile version so I can get them all to be on one line?
Many Thanks.
Hey!
ThemeNectar Support Team
amazing, thank you so much!