How can I adjust the position of filter and sort buttons after changing mobile header height?

Hi,

I changed the height of my mobile header by 1px and now my filter and sort button have a small gap when scrolling. My site is https://luxurymrkt.com/collections/menswear

@PageFly-Victor you helped me fix this before I just can’t find the code to move then up

Hi @Luxurymrkt .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file theme.css

@media screen and (max-width: 767px){
.collection-filter {
top: 45px !important;
}
}

Hope that my solution works for you.

Best regards,

Richard | PageFly

Worked just had to play with the pc a bit! Thank you