Fontawesome icons showing above label instead of inline with textfield

After installing fontawesome module on drupal 8 site, I tried the following:

    public function buildForm(array $form, FormStateInterface $form_state) {
      $form['street1']['widget']['#prefix'] =
          '<span class="input-group-addon"><i class="fa fa-envelope-o fa-fw"></i></span>';
    }

The "envelope" icon shows up quite alright -but its showing above my "Street Address" label, instead of inline before the actual input textfield.

Viewing source of my page shows the following:

D8 - trying to create subtheme of bootstrap - theme not being recognized

I have done some D7 subtheming, but D8 is not recognizing the subtheme.

Bootstrap theme is installed.

Subtheme directory named:

fate_bootstrap_subtheme

yaml file is named:

fate_bootstrap_subtheme.info.yaml

The starting code in the yaml file is as follows:

Green America

Smart Mockup

Green America is a non-profit 501(c)(3) based in Washington, DC that is 30+ years old and operates with a $3.5 mm budget and ~40 people working with the team. The work is all organized around a "Lens" such as Food, Climate, Labor, Finance, with programs inside each Lens, with campaigns associated with each Program, and with actions (and victories) associated with each campaign.

The organization's mission is to harness economic power—the strength of consumers, investors, businesses, and the marketplace—to create a socially just and environmentally sustainable society.

Sectors: 
Non-profit

pop ups

I have some little javascript apps (stand alone pages) - calculators and such - i want to make available at my site but I want them to open in separate windows so you can move around the site without losing your work in them. I don't want an overlay and that's all I seem to find info about. Any ideas? Thanks.

How do I add a custom site to the 'sites' directory

I've got drupal8 working locally, using AcquiaDevDesktop2, and I am attempting to import the root of my custom site into the 'sites' directory. What is the proper way of importing that site into my drupal project? There will be a main menu link with a custom url to "http://drupal/sites/testsite/index.php".

Drupal 8 - Ajax pager in custom table

Looking for some advice/examples of how to create a custom table that uses an ajax pager.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x