How to place containers in Service portal

Nagashree5
Tera Contributor

Hi All,

 

I'm in the process of designing a new portal for a scoped app, the widgets in the homepage should be aligned like below.

Nagashree5_0-1673523051329.png

Nagashree5_1-1673523105738.png

My portal is looking like below.

Nagashree5_2-1673523190943.png

I want to place the above widgets like the above images. I'm not sure how to achieve this. Can anyone please guide me.

Thanks,
Nagashree.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Nagashree5 ,

 For this you will have to play with CSS.

1) Open this page in the designer and go to the Page settings and add the following CSS under Page specific CSS

.move_up{
position: absolute;
top: 50px;
}

SandeepDutta_0-1673529783695.png

 

2) Select your second container in the designer, go to its setting and update its class as move_up. Check how the CSS has applied now and adjust the top value according to your required position.

SandeepDutta_1-1673529783693.png

 

 

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @Nagashree5 ,

 That's the expected Behaviour!!

The Widgets are displaying within the respective Container.

 

Hi @Community Alums ,

 

yes, but I have to place the widgets like the images above. Please let me know how to achieve this.

 

Thanks,
Nagashree.

Community Alums
Not applicable

Hi @Nagashree5 ,

 For this you will have to play with CSS.

1) Open this page in the designer and go to the Page settings and add the following CSS under Page specific CSS

.move_up{
position: absolute;
top: 50px;
}

SandeepDutta_0-1673529783695.png

 

2) Select your second container in the designer, go to its setting and update its class as move_up. Check how the CSS has applied now and adjust the top value according to your required position.

SandeepDutta_1-1673529783693.png

 

 

AnilM99
Tera Expert

Hi,

If I'm adding the CSS, I'm getting the result as per the below image.

AnilM99_0-1752495042197.png

 

Help me on the same

Thanks,

Anil!