- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 02:14 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 05:45 AM
Eitan,
Thank you, i did actually find that using the link icon instead actually solved my problem.
Many thanks
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 02:20 AM
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
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 03:18 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 05:39 AM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2020 05:45 AM
Eitan,
Thank you, i did actually find that using the link icon instead actually solved my problem.
Many thanks
Steve