Increase size of logo container

Hi, I would like to increase the size of the logo in JM Dicento from 174×90 to at least 300×100 -- Could anyone help me in doing this? Thanks in advance.

4 answers

Profile photo of chavan 100.00 $tone June 22, 2012
Public

Find this code and change the height for increasing the height of logo image

Code:

h1#logo a {
    display: block;
    text-decoration: none;
    color: #fff
    font-size: 250%;
    width: 174px;
    height: 90px;
    text-indent: -99999px;
    background-position: left top;
    background-repeat: no-repeat;
}

Find this code and Add the height for increasing the height of the container

Code:

#ja-header .main {
    padding: 25px 0;
    z-index: 9999;
}

For Example to make height 200px, do change as follows

Code:

#ja-header .main {
    padding: 25px 0;
    z-index: 9999;
    height:200px;
}

Note: If you Find my Post useful please click on the Thanks Icon

#1

This question is now closed

Written By

Comments