how to shift the page title to the left ,after uploading a custom logo

I have a logo for my site collection with the following dimensions:-

now when i upload the above logo to my site collection, the result was not very pleasant, as the page title will be shifted to the left, compared to its location when having the built-in logo,, so can anyone adivce how to move the page title to its original location (the location before i have uplaoded the custom logo )?

here is how the logo looks like:


June 29th, 2015 3:06pm

The crude answer would be to add white space to the end of your image but this is not really a nice way.

A better way would be to customize the CSS to add padding / margin.


Brian Jones


Free Windows Admin Tool Kit Click here and download it now
June 29th, 2015 3:39pm

Hi,

Please add the following CSS style into your master page.

<style type="text/css">
#pageTitle{
    margin-left:80px;
}
</style>

You can adjust the margin-left size to marke it meet your site.

Best Regards

June 30th, 2015 10:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics