reduce size image on the top page

Home Forums All Other Themes reduce size image on the top page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93855
    Michael SuraceMichael Surace
    Participant
    • Topics: 41
    • Replies: 47
    • Total: 88
    Member since: January 24, 2017

    Hi all,

    on my website www.toursinfirenze.com with GIRLIE PRO theme, i need to reduce the size of the top picture inside all the pages, please see this page example: http://www.toursinfirenze.com/alla-scoperta-di-firenze/ the picture of the top monument photo is too big, we want to reduce it about an half, please see the right example for us is this one
    http://www.freyasflorence.com/private-tour/michelangelo-might/.

    thank you

    #93888
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .innerbanner { height: 300px; overflow: hidden;}
    
    @media screen and (max-width:767px) {
    .innerbanner { height:auto;}
    }

    Regards,
    Dave

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