Widget design with CSS

Alex Buliga
Kilo Guru

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..

find_real_file.png

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.

 

15 REPLIES 15

Alex Buliga
Kilo Guru

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;
}

find_real_file.png

 

find_real_file.png