Grid Gallery filter opened by default

Please Note: Theme customizations go beyond the scope of our support services and this article is provided solely as a courtesy to our customers. Please take a moment to review the Scope of our Support.

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:

#portfolio-categories{
margin-top:7px;
margin-bottom:20px;
}

#portfolio-categories ul {
display:block;
border-radius:3px;
}

#filter-btn{
visibility:hidden;
margin-left:-17px;
}

Pexeto

Was this useful? 0