Options

Isis layout

capturingimagescapturingimages Registered Users Posts: 66 Big grins
edited September 17, 2013 in SmugMug Customization
Hi,

Is there a way to make the Isis layout completely flat at the bottom of the homepage screen, and also to remove the log-in link? I've found that mine alternates between having a single image at the base, to having two images, to being flat. Any tips would be appreciated.

Thanks.

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,247 moderator
    edited September 16, 2013
    Is there a way ... to remove the log-in link?
    This code will remove the login link:
    /* hide the logon link in the footer but display powered by smug */
    /* add a little padding to the right                             */
    .sm-page-powered-by a {
      display: none;
    }
    .sm-page-powered-by a:first-child {
      display: inline;
      margin-right: 20px;
    }
    
    You can either place it in your theme's CSS or in a CSS block defined for the entire site.

    --- Denise
  • Options
    capturingimagescapturingimages Registered Users Posts: 66 Big grins
    edited September 16, 2013
    This code will remove the login link:
    /* hide the logon link in the footer but display powered by smug */
    /* add a little padding to the right                             */
    .sm-page-powered-by a {
      display: none;
    }
    .sm-page-powered-by a:first-child {
      display: inline;
      margin-right: 20px;
    }
    
    You can either place it in your theme's CSS or in a CSS block defined for the entire site.

    --- Denise

    Hi Denise, thanks for this, but I was hoping for an answer to my other question as well regarding the images not aligning flat at the bottom. When there's been one image on its own at the bottom on the Isis homepage screen, I've removed that image from the gallery selection, and then the front-page has re-aligned to have two images appearing at the bottom, still with a white gap present - when I refresh the window, they sometimes auto-align to make the bottom flat completely, and other times don't align flat. Is there a fix to this please? Thank-you.
  • Options
    capturingimagescapturingimages Registered Users Posts: 66 Big grins
    edited September 17, 2013
    Hi Denise, thanks for this, but I was hoping for an answer to my other question as well regarding the images not aligning flat at the bottom. When there's been one image on its own at the bottom on the Isis homepage screen, I've removed that image from the gallery selection, and then the front-page has re-aligned to have two images appearing at the bottom, still with a white gap present - when I refresh the window, they sometimes auto-align to make the bottom flat completely, and other times don't align flat. Is there a fix to this please? Thank-you.

    Um, help on this please smugmug heroes? Thank-you.
  • Options
    Hikin' MikeHikin' Mike Registered Users Posts: 5,458 Major grins
    edited September 17, 2013
  • Options
    capturingimagescapturingimages Registered Users Posts: 66 Big grins
    edited September 17, 2013
    Hi Mike, have just sent you a PM. Thanks.
    Do you have a link to your site?
  • Options
    SalehphSalehph Registered Users Posts: 4 Beginner grinner
    edited September 17, 2013
    This code will remove the login link:
    /* hide the logon link in the footer but display powered by smug */
    /* add a little padding to the right                             */
    .sm-page-powered-by a {
      display: none;
    }
    .sm-page-powered-by a:first-child {
      display: inline;
      margin-right: 20px;
    }
    
    You can either place it in your theme's CSS or in a CSS block defined for the entire site.

    --- Denise

    It worked! Thanks
Sign In or Register to comment.