Home>Support>Vantage Pro – how to increas page header image size?

Vantage Pro – how to increas page header image size?

By Uni Tech, 9 years ago. Last reply by Uni Tech, 9 years ago.

This is my site :

http://unitech.pcpeopleuk.com/

I am trying to make the header image I have to be displayed as 1080 x 202 instead of it’s current 1010 x 202 but I am really struggling to find a way of updating it so it in effect has no white border around the left and right hand sides.

I am running as layout bound : boxed with the default masthead and have removed the padding that was previously above and below the logo.

Any help or pointers of where I should be looking would be greatly received :)

URL: http://unitech.pcpeopleuk.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Uni Tech

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    #masthead {
        padding: 0;
    }
    
    .main-navigation {
        margin: 0;
    }
    

    Let us know how you get on

    Magus

  2. 9 years, 3 months ago Uni Tech

    Hi Magus,

    Thanks for your reply and help.

    If I apply the change above, the blue menu bar extends wider but my image remains the same size.

    Inspecting the page element using Firefox, it looks to be with the <img class="logo-height-constrain" aspect where the size is being limited to width=1010 and height =160

    Is it possible to configure that aspect larger? I have a screenshot but it won't let me upload it though.

    Thanks again.
    Gareth

  3. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Gareth

    Please try the following instead. I have added some resize elements for the logo and have added the !important tag to the menu resize. This should give you the desired result.

    #masthead {
        padding: 0px;
    }
    .logo, .logo-height-constrain {
        width: 100%;
    }
    .main-navigation {
        margin: 0px !important;
    }
    

    regards

    Magus

  4. 9 years, 3 months ago Uni Tech

    Hi Magus,

    Yes! That achieves the look I was hoping for with the full width logo – it has a slight stretch on the image (most noitceable on the company logo on the page but nothing too detrimental I don’t think.

    Thanks!

    Gareth

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More