How Increase The Size of The Logo

Hi,
How do I increase the size of the logo and not affect the menu location?
Thanks

3 answers

Profile photo of tomc 0.00 $tone February 11, 2014
Public

Assuming you have your correct height/width logo image uploaded to your images folder . . .

Within file path —> /skin/frontend/default/jm_mago/css/styles.css
at line 185, modify as follows:

Code:

h1#logo a {
    color: #FFFFFF
    display: block;
    font-size: 250%;
    height: 100px; 
    text-decoration: none;
    text-indent: -99999px;
    width: 300px;
}

After you SAVE and REFRESH the page, let me know what other relative adjustments (if any) you are wanting.

#3

Please login or Register to Submit Answer

Written By

Comments