Increase height (.header_container.not_home)

Discussion in 'ButterBelly WordPress Theme' started by trasgu, Jan 22, 2015.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi again, another little thing as I would like to increase the hight of .header_container.not_home

    Right now I'm using the following code with an image of 1600 x 250 px, but the img still look not very high...

    .header_container.not_home {
    background-image: url(http://www.cosagual.com/wp-content/uploads/2015/01/banner_cosagual4.jpg);

    Any CSS magic to make this header look a bit bigger?? ;)

    Thx tons,
    Jose
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jose,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_container.not_home {
    height:100px;
    }
    Please change its height according to your requirement.

    Thanks & Regards
    Pramod
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Perfect Pramod, all done and looking good. Thx again and again for your kind help, patient and support !!!
    Wish a super day at Magnet an a great weekend !!!
    Jose
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page