How to increase header Banner Size

Discussion in 'VideoCraft WordPress Theme' started by honory2009, May 4, 2016.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    What is the current header banner size? I would like it to be 822 x 124. can you please assist here?

    thanks

    Honory Jerome
     
  2. priya

    priya Guest

    Hello, Honory..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .banner {
        width: 822px;
        height: 124px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    Thank you Priyanka. There is this script (see below) that was sent earlier to me . do you mean I should delete it? does this mean any banner which is less/more than 822 x 124 size will not fit on the script that you sent me?


    .banner {
    height: 65px;
    max-width: 100%;
     
  4. priya

    priya Guest

    Hello, Honory..

    It totally depends upon you that either you want to delete your previous code (code which you have mentioned above) or not...

    No, It doesn't mean that your image will not accept if it will be less/more than 822 x 124 size... the code will just make your image as of assigned size.

    Hope you will get my point..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page