Smugmug Header Image Height

Ron LudekensRon Ludekens Registered Users Posts: 12 Big grins
edited November 14, 2013 in SmugMug Customization
I am using the SmugMug Theme and would like the home page header image to be about half the height. When I used a shorter image, it just stretched to the same height. The image takes up over half the screen. see: www.CreatorsPalette.com. I am sure this is an easy CSS fix.

Comments

  • GolfnutGolfnut Registered Users Posts: 131 Major grins
    edited November 14, 2013
    Solution...
    Ron,
    here is the solutions. Adjust the % as desired.

    /* Change height of Coverphoto */
    .sm-page-widget-profile-coverphoto .sm-tile-content {
    padding-bottom:25% !important;
    }

    BTW, I am a newbie to this forum and Smugmug; however, you are the first question that I could answer! Of course, I found this from someone else. :D
  • Ron LudekensRon Ludekens Registered Users Posts: 12 Big grins
    edited November 14, 2013
    Golfnut wrote: »
    Ron,
    here is the solutions. Adjust the % as desired.

    /* Change height of Coverphoto */
    .sm-page-widget-profile-coverphoto .sm-tile-content {
    padding-bottom:25% !important;
    }

    BTW, I am a newbie to this forum and Smugmug; however, you are the first question that I could answer! Of course, I found this from someone else. :D

    Thank you - with the other photo, this worked.
Sign In or Register to comment.