Widget design with CSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2022 03:06 AM
Hi guys,
a have a few questions related to modifying the widget:
1. how to remove the "fa" div class from widget. i asume its the icon widget..
2. which css class is responsible for aligning text "Request a New Vendor or Engagement" to center in this widget
3. how do i bring the widgets to a common size? I've tried in Page CSS .iconlink {height: 140px;} but it doesnt renders at all..
Thanks in advance.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 05:04 AM
2. aligning text to center
trying to redefine using color_box div in the Page specific CSS, but it gets override by some other code. My 'padding-left' gets striked and replace with padding-left: 82px and have no idea where it happens.
.color_box {
padding-left: 20px;
}