Make heading picture smaller Home › Forums › Fury Theme › Make heading picture smaller Topic Resolution: Resolved This topic has 3 replies, 3 voices, and was last updated 8 months ago by dennisiyler. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 13, 2020 at 7:01 pm #27743 info@datkansneller.comParticipant Hi all, Is it possible to adjust the height of the header picture? On the home page I like it, but I think it is too overwhelming on the other pages. Also, on mobile the picture looks very bad, can I adjust this? Thanks, greets Miranda August 13, 2020 at 7:29 pm #27745 ZexModerator Hello, Miranda! Try to insert the following codes into Customizing->Additional CSS: /*Header image height on all pages*/ .header-image { height: 250px!important; } /*Header image on Home page*/ .home .header-image{ height: 400px!important; } /*Header image on smaller screens*/ @media only screen and (max-width: 992px) { .header-image{ height: 35vw!important; } } Set the height values as you need. Regards This reply was modified 2 years, 5 months ago by Zex. August 13, 2020 at 9:53 pm #27748 info@datkansneller.comParticipant You are awesome!!! May 20, 2022 at 3:13 pm #30722 dennisiylerParticipant hello everyone….. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In