Okay
  Public Ticket #352364
Mobile version - project filters alignment
Closed

Comments

  • Richard started the conversation

    Hello,

    When lookign at my website on mobile, for some reason the project filters become centred. I want them to be right justified as it is when viewing on computer.

    Can you help me please?

  •  8,427
    Tahir replied

    Hey!

    Could you please provide your page url .

    Thanks 


    ThemeNectar Support Team 

  •  8,427
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #portfolio-filters-inline .container > ul {
            float:right!important;
        }
    }
    
    
    
    Thanks 


    ThemeNectar Support Team 

  • Richard replied

    works perfectly. many thanks!