- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 07:47 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 03:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 08:05 AM
Hi,
Under the CSS section, just add the height.
div {
height: 400px;
background: linear-gradient(to bottom, transparent, 20%, #f38e01);
}
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2023 03:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2023 01:13 AM
Hi @Samudra Ghosh1 ,
If my answer helped you please mark it as Helpful and mark it as Correct, thank you!