The CreatorCon Call for Content is officially open! Get started here.

Adjust the height of the container in portal

Samudra Ghosh1
Tera Expert

Hi,

 We have an urgent requirement to adjust the height of the 'Home Page - Container 1- How can we help?'

Please let me know if this can be done to modify the height ..

 

Early response will be highly appreciated.

 

Thanks

1 ACCEPTED SOLUTION

Thanks for your response !

 

With this script I'm able to modify the height, but unable to shift the position of the of the 'how can we help you widget' so that I can lift it upwards and minimise the height of the whole widget.

SamudraGhosh1_0-1674212491848.png

 

View solution in original post

3 REPLIES 3

Hardik2109
Tera Guru

Hi,

Under the CSS section, just add the height.

 

div {
height: 400px;
background: linear-gradient(to bottom, transparent, 20%, #f38e01);
}

 

Hope that helps.

Thanks for your response !

 

With this script I'm able to modify the height, but unable to shift the position of the of the 'how can we help you widget' so that I can lift it upwards and minimise the height of the whole widget.

SamudraGhosh1_0-1674212491848.png

 

Hardik2109
Tera Guru

Hi @Samudra Ghosh1 ,

If my answer helped you please mark it as Helpful and mark it as Correct, thank you!