B0rked SM nav is back?!

brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
edited June 22, 2014 in SmugMug Customization
I had the following the code in my site CSS to remove the messed up page navigation on my SM type pages. I looked today and the drop down is now there (see example). It was not there previously. Obviously something changed and broke my code.
/*Removing Hiding Number in SM Page Nav*/
.sm-gallery-tiles-pagination-total {
display:none;
}

/*Remove Second Down Arrow on SM Page Nav*/
.sm-fonticon.sm-fonticon-small.sm-fonticon-AngleBracketDown {
display:none;
} 

I had the top code commented out so I could see the number of pages, but the drop down was not there previously.

http://www.brandolinoimaging.com/Image-Galleries/Sports-Images/Baseball/High-School-Baseball/LWE-V-Baseball-2014/
Sign In or Register to comment.