Page nav

AllenAllen Registered Users Posts: 10,013 Major grins
edited June 23, 2014 in SmugMug Customization
I see this on every gallery page using Firefox in a Smugmug style gallery.
I just updated to FF version 30. Chrome and IE are okay.

Also lost all drops in my top menu on /keyword/xxxxxx pages. FF, IE and chrome
http://www.photosbyat.com/keyword/connecticut%20warbler
Narrow browser to a pad size and drops work so something is overlapping the menu.
Looks like this area overlapping.
sm-page-layout-region sm-page-layout-region-body
Al - Just a volunteer here having fun
My Website index | My Blog

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited June 18, 2014
    Looks like this area overlapping.
    sm-page-layout-region sm-page-layout-region-body
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited June 18, 2014
    Allen wrote: »
    Looks like this area overlapping.
    sm-page-layout-region sm-page-layout-region-body
    This is what was causing it but how do I delete that huge gap below my menu on keyword pages.
    .sm-page-node-J7sdG .sm-page-layout-region-body{margin-top:-20px!important}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited June 18, 2014
    Allen wrote: »
    This is what was causing it but how do I delete that huge gap below my menu on keyword pages.
    .sm-page-node-J7sdG .sm-page-layout-region-body{margin-top:-20px!important}
    Looks like this works, haven't seen any problems yet. Now menu drops work and gap minimized.
    This should only affect my /keyword pages.
        /* "jump to" html block - moves down to breadcrumb line */
    .sm-page-widget-4000943 {position:relative; top: 30px;}
    
    .sm-page-node-J7sdG .sm-page-layout-region-body {
    top: -28px;
    }
         /* top menu - layers above body pulled up */
    .sm-page-widget-964555 {z-index:99;}
    

    The page nav still needs to be fixed.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
    edited June 23, 2014
    This code will remove the 2nd # and the /
    /*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 use it on my site
    http://www.brandolinoimaging.com/Image-Galleries/Sports-Images/Baseball/High-School-Baseball/LWE-V-Baseball-2014/
Sign In or Register to comment.