Moving "Photo Sharing By Smugmug" Text
Aaron Jors
Registered Users Posts: 470 Major grins
I'm trying to figure out how to move/control the location of the "Photo Sharing By Smugmug" text. I know under settings you can select either right, center or left but I need more control than that. My site is set at a width of 1024 but this text gets push outside of that which I don't want.
In my footer I want to keep the social icons on the left and also have a Copyright line. I'm considering 2 options for the footer.
#1: Getting the "Photo Sharing By Smugmug" text under the current location of the copyright line all the way to the right just under All Rights Reserved.
or
#2 Centering the copyright and putting the "Photo Sharing By Smugmug" on the right side where the copyright is currently located.
How can I get more control of where the "Photo Sharing By Smugmug" text goes?
In my footer I want to keep the social icons on the left and also have a Copyright line. I'm considering 2 options for the footer.
#1: Getting the "Photo Sharing By Smugmug" text under the current location of the copyright line all the way to the right just under All Rights Reserved.
or
#2 Centering the copyright and putting the "Photo Sharing By Smugmug" on the right side where the copyright is currently located.
How can I get more control of where the "Photo Sharing By Smugmug" text goes?
0
Comments
.sm-page-powered-by {
right: 100px;
position: relative;
}
adjusting the left or right with that first line of code.
Support Hero and Customeister
http://www.smugmug.com/help
.sm-page-powered-by {
right: -436px;
position: relative;
}