test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • staurakis Friend
    #756437

    Hello all, I have two main questions….
    First, how do i alter the size of logo. I have managed by changing the span size of the header to make it bigger, however, i would like to have even more control on it. If you see now my site (nooseit.com) there are quite big white spaces on the upper and lower part of the logo that doesn’t look good.
    Probably I will make the span of it one less but i guess the white spaces will still exist. Do you have any idea on how to get rid of them and how is it possible to have control (size, max width and height for example) of it?

    The second issue I am trying to fix, is to have again control over the image of hero unit. Idealy, I think I would prefer it to resize the picture I am giving taking the place of every resolution. Right now it ‘cuts’ some parts of it.
    I have found somewhere in the forums a way to make it like the original picture size, which could be a solution if I get a very bif picture, but i was wondering if there is another better way to do just that….resize automatichaly the picture.

    Thank you very much in advance for your help. I highly appreciate it.

    Ninja Lead Moderator
    #758684

    Hi,

    You can fix the both problems on your site with my solution below

    Open templates/ja_onepage/local/css/themes/modern/template.css file

    find and change

    .logo .logo-control .logo-img {
    margin: 15px 0;
    }

    .logo {
    float: left;
    margin: 15px 0;
    }

    .hero-unit {
    margin: 59px 0 0;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    }

    to

    .logo .logo-control .logo-img {
    margin: 0px;
    }

    .logo {
    float: left;
    margin: 0px;
    }

    .hero-unit {
    margin: 102px 0 0;
    padding: 0;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    }

    Hope it helps

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum