Move Powered by Smugmug Footer | Left Sidebar Themes

burntpixelburntpixel Registered Users Posts: 107 Major grins
edited March 8, 2016 in SmugMug Customization
I've played with a couple of themes using the left sidebar. I've settled on the Dina because it renders much better on the iPhone than the Turbo theme.

I'm having the same problem with both of these themes though. On my 27 inch 2560x1440 resolution monitor, it is pinning to the "Powered by Smugmug footer." I understand the powered by and login have to remain and I have no problem with that. I'm just looking for a solution to place the "Smugmug Footer" over top of the Left Sidebar.

Thanks,
Matt

Link To Site

Comments

  • AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited March 7, 2016
    burntpixel wrote: »
    On my 27 inch 2560x1440 resolution monitor, it is pinning to the "Powered by Smugmug footer." I understand the powered by and login have to remain and I have no problem with that.

    No you don't have to have it at all - you can now remove it.
    Aaron has put the details on how to do it here: http://www.aaronmphotography.com/Customizations/Sitewide/Remove-SmugMug-Footer
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • burntpixelburntpixel Registered Users Posts: 107 Major grins
    edited March 7, 2016
    No you don't have to have it at all - you can now remove it.
    Aaron has put the details on how to do it here: http://www.aaronmphotography.com/Cus...SmugMug-Footer

    Um, it clearly states it is not to be removed. Aaron goes as far as to "Note" it right there on the page and is confirmed within all the replies.


    I don't want to remove the "Powered by Smugmug or Login". I simply want to place it over the Left Sidebar so the Sidebar will then pin to the bottom of the browser window and not the "Powered by Smugmug" footer.
  • AceCo55AceCo55 Registered Users Posts: 950 Major grins
    edited March 7, 2016
    No worries - can't help with shifting it.
    My opinion does not necessarily make it true. What you do with my opinion is entirely up to you.
    www.acecootephotography.com
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited March 7, 2016
    burntpixel wrote: »
    I've played with a couple of themes using the left sidebar. I've settled on the Dina because it renders much better on the iPhone than the Turbo theme.

    I'm having the same problem with both of these themes though. On my 27 inch 2560x1440 resolution monitor, it is pinning to the "Powered by Smugmug footer." I understand the powered by and login have to remain and I have no problem with that. I'm just looking for a solution to place the "Smugmug Footer" over top of the Left Sidebar.

    Thanks,
    Matt

    Link To Site
    See if something like this gets what you want.
    .sm-page-powered-by-left {
        background:#2d2d2d !important;
        margin-left:0;
        width: 192px;
        font-size: 80%;
        padding-left: 8px;
    }
    
    .sm-page-powered-by-left a:hover {
        color: #ddd !important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • burntpixelburntpixel Registered Users Posts: 107 Major grins
    edited March 7, 2016
    See if something like this gets what you want.
    Code:
    .sm-page-powered-by-left {
    background:#2d2d2d !important;
    margin-left:0;
    width: 192px;
    font-size: 80%;
    padding-left: 8px;
    }

    .sm-page-powered-by-left a:hover {
    color: #ddd !important;
    }

    Thanks Allen!

    I've used similar code but the CSS just will not overwrite. I've contacted customer support and I'm now in holding pattern for the next 24-48 hours.
  • burntpixelburntpixel Registered Users Posts: 107 Major grins
    edited March 8, 2016
    Leaving this here for future searches. Big shout out to superhero Eric for sorting this in a quickly manner.
    .sm-page-powered-by.sm-page-powered-by-left {
    Text-align: center !important;
    Background-color: #2d2d2d;
    Margin: 0;
    Width: 252px
    }
    
    
Sign In or Register to comment.