service portal homepage container size reduce

Keerti2
Mega Expert

Hi All,

Kindly help me to reduce size of portal home page container i tired couple of change but still showing same

https://dev5888.service-now.com/nav_to.do?uri=%2Fsp_container.do%3Fsys_id%3Dbe98a8d2cb20020000f8d856...

width changed to - fluid 

and css changed to 


$sp-logo-max-height: 40px;
$sp-logo-max-width: 100px;

.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 15px;
}

.col-md-12 {
width: 100%;
padding-left: 0px;
}

 

https://community.servicenow.com/community?id=community_question&sys_id=d2760325db1cdbc01dcaf3231f9619d2

 

 

find_real_file.png

9 REPLIES 9

Did you check in the developer tools.Please share some screenshots of developer tools.

Pranav Bhagat
Kilo Sage

Also check the homepage search widget ,there is a class called wrapper-xl ,check that.

Keerti2
Mega Expert

Please let me know if any one tested in PDI instance ? i could not make in my demo instance 

Keerti2
Mega Expert

reduced size with below html code 

https://community.servicenow.com/community?id=community_question&sys_id=2e3cfef9db0127809d612926ca96... 

<div>
<div id="homepage-search" class="hidden-xs whatever">
<!--<h1 class="text-center font-thin hidden-xs text-4x m-b-lg sp-tagline-color">Hi {{::user.first_name}} {{options.title}}</h1>-->
<h1 class="text-center text-4x m-b-lg sp-tagline-color" ng-bind="options.title"></h1>
<h4 ng-if="options.short_description" class="text-center m-b-lg sp-tagline-color" ng-bind="options.short_description"></h4>
<sp-widget widget="data.typeAheadSearch"/>
</div>
</div>

but search content increased  , can any one help to reduce search option has to reduce ?