Okay
  Public Ticket #798722
Responsive custom
Closed

Comments

  • Jules started the conversation

    Hello!

    I have 2 mains questions:

    1 / I can't figure how to remove the thin white space I have between my row and the filter bar of my portofolio (see attached). I'm sure it's easy to fix but I can't find how.

    2/ I like the filter bar with items on desktop view but I think it would be more relevant to have a dropdown when the user is on mobile, is it possible to have these two options depending the size of the screen? Also, special bonus question: how can we make the filter bar fixed when we scroll? Especially for mobile view...

    Thanks a lot for your help and your amazing theme!

    Jules

  •  8,994
    Tahir replied

    Hey Again,

    1: Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        body #portfolio {
            margin:0px !important;
        }
    }
    
    

    2: I am afraid this would require custom work .

    Bes.t


    ThemeNectar Support Team 

  • Jules replied

    Thanks a lot, it works perfectly!