Resize link-button in service portal index page

SW7
Giga Guru

Hi Community,

I am trying to resize a link-button (submit ticket) to match the same as the two other buttons currently existing on the Service Portal index page. Is there a simple way to resize this to be the same size as the other two?

Your help is much appreciated.

Thanks

Steve

 

 

1 ACCEPTED SOLUTION

SW7
Giga Guru

Eitan,

Thank you, i did actually find that using the link icon instead actually solved my problem.

Many thanks

Steve

View solution in original post

5 REPLIES 5

Akash4
Kilo Sage
Kilo Sage

The crude and easiest way is to Inspect and edit the widget.

Do cntrl+right click on the page and click on inspect. Once you are on the debug form, you can see html tags and the button back end variable names, note them and go to the widget editor, verify the CSS Styling for the two button sizes, note the differences and modify the required one accordingly.

Regards, Akash

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

Akash,

I tried doing that, however it didn't change the size. Could you give me a guidance i.e 

On inspect I see container Quick Links on the left hand-side, which seems to match up with the container in question, however I don't see what i need to change

There is lots of information pertaining to the page, so any assistance in finding the container size, would be much appreciated.

 

Thanks

Steve

 

 

 

Eitan_B
Tera Expert

Hey, 

here is a good start for you.

the widget you want to modify has the following code down below:

 

.btn {
width: 100%;


}

 

type this code in your page designer                                                                                                          and add other code to adjust height and padding. 

(my suggestion, check out the widgets that you want to mimic the size, by pressing ctr+ right click mouse on the widget)

find_real_file.png

SW7
Giga Guru

Eitan,

Thank you, i did actually find that using the link icon instead actually solved my problem.

Many thanks

Steve