Simple portfolio; 2 columns on mobile
-
I used the following css to show 2 columns on my mobile for simple portfolio images.
It used to work, but after the latest update to foogallery 1.3.28, not working anymore?@media only screen and (max-width: 1024px) {
.foogallery-simple_portfolio .bf-loaded
{
width: 40% !important;
float: left;
}Can anyone offer some help, thanks!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Simple portfolio; 2 columns on mobile’ is closed to new replies.