Shop Categories

X

Make heading picture smaller

Home Forums Fury Theme Make heading picture smaller

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27743

    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

    #27745
    Zex
    Moderator

    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, 10 months ago by Zex.
    #27748

    You are awesome!!!

    #30722
    dennisiyler
    Participant

    hello everyone…..

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.