Page Nav under Thumbnails gone wonky.

PhilT87EPhilT87E Registered Users Posts: 6 Beginner grinner
edited November 4, 2013 in SmugMug Support
Not sure what I've done, but the page selection under the thumbnails in each gallery isn't displaying properly.

Any ideas? URL: www.philt.org.uk

Thanks,

PT

Comments

  • AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited November 4, 2013
    PhilT87E wrote: »
    Not sure what I've done, but the page selection under the thumbnails in each gallery isn't displaying properly.

    Any ideas? URL: www.philt.org.uk Thanks, PT

    Not sure what you mean by this, but everything looked as expected to me (Firefox 24)
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited November 4, 2013
    PhilT87E wrote: »
    Not sure what I've done, but the page selection under the thumbnails in each gallery isn't displaying properly.

    Any ideas? URL: www.philt.org.uk

    Thanks,

    PT
    If you mean that the down-arrows are in the wrong places, it's a bug in SM, known to them but still not fixed. IIRC, it looks dodgy in Firefox but OK in Chrome, not sure about IE. Anyway, try this in an "All Galleries" CSS content block to see if it helps:
    /* BUG FIX: Firefox Only - correct the SmugMug-Style Gallery pagination block (below the thumbnails) */ 
    .sm-browser-firefox .sm-gallery-tiles-pagination-total{
       padding-left:20px
    }
    .sm-browser-firefox .sm-gallery-tiles-pagination{
       padding-right:25px
    }
    .sm-browser-firefox .sm-gallery-smugmug .sm-fonticon.sm-fonticon-small.sm-fonticon-AngleBracketDown {
      display:none!important
    }
    
    FWIW, I have an associated fix for neatening-up the nav under the main image:
    /* BUG FIX: Centre and reduce spread of the SmugMug-Style Gallery image navigation block (below the main image) */
    .sm-user-ui .sm-gallery-smugmug .sm-gallery-image-pagination {
      margin-left: auto;
      margin-right: auto;
      width: 40%
    }
    .sm-user-ui .sm-gallery-smugmug .sm-button.sm-button-size-small.sm-button-skin-default.sm-button-nochrome {
      padding-left:5px;
      padding-right:5px
    }
    .sm-user-ui .sm-gallery-smugmug .sm-gallery-image-totals {
      display:inline
    }
    
    YMMV depending on the browser/OS combi.
    Yippee ki-yay, footer-muckers!
Sign In or Register to comment.