Grid Gallery filter opened by default
Question:
How can I make the gallery filter displayed by default, so that users don’t have to click on the “Filter button” to show the categories?
Original poster
Solution:
You have to insert the following CSS into the Photolux Options -> Styles Settings -> Additional Styles section:
1234567891011121314#portfolio-categories{
margin-top
:
7px
;
margin-bottom
:
20px
;
}
#portfolio-categories ul {
display
:
block
;
border-radius:
3px
;
}
#filter-btn{
visibility
:
hidden
;
margin-left
:
-17px
;
}
Pexeto