Okay
  Public Ticket #346208
Mobile - filters text spacing
Closed

Comments

  • Richard started the conversation

    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.

  •  8,427
    Tahir replied

    Hey!

    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;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Richard replied

    amazing, thank you so much!