Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Portal Search widget move to center of the container

snowcone
Giga Guru

We increased the container size using page css. This is working fine.
.myHeight{
height: 550px
}

 

Now the search widget is tucked on the top - how can I move the search widget to the center of the container. Please see the image. TIA

1 REPLY 1

Sarthak Kashyap
Mega Sage

Hi @snowcone ,

 

Please try with below CSS

position: relative;
top: 150px;

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards,

Sarthak