Background Image Height

Discussion in 'Variant WordPress Theme' started by jurczyk, Jan 22, 2016.

Thread Status:
Not open for further replies.
  1. jurczyk

    jurczyk Guest

    Joined:
    Jan 21, 2016
    Messages:
    7
    Likes Received:
    1
    Is there a way in CSS to adjust the height of the background image to be full height instead of cutoff?
    Image I'm using Template 5 and would like to allow a background image of 1280 x 583.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site along with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. jurczyk

    jurczyk Guest

    Joined:
    Jan 21, 2016
    Messages:
    7
    Likes Received:
    1
    Thanks Priyanka. I was able to figure it out by editing the CSS and adding the following code.

    .top_feature_container {
    background: rgba(0,0,0,0) url("../wp-content/uploads/2016/01/medicalpractices1920.jpg") repeat-x scroll center top;
    min-height: 1000px;
    width: 1920px;
    }
     
    greatscottfilm likes this.
  4. priya

    priya Guest

    Hello,

    Hope doing good.

    I really appreciate your efforts in exploring the things and sharing your knowledge here.

    It seems that you have resolved your issue by your own.

    Let me know if have further doubts so that I can assist you.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    greatscottfilm likes this.
Thread Status:
Not open for further replies.

Share This Page