S
S
SimonPomidorkin2018-07-21 13:31:02
Bootstrap
SimonPomidorkin, 2018-07-21 13:31:02

Why are items in Admin LTE not behaving as they should?

The essence of the problem is that I installed AdminLTE myself on Laravel, but for some reason I got several errors: circle", which did not work for me and had to be replaced with the "rounded-circle" class, and only then the image became round.
However, I also had a problem with a lost name and I could not solve it myself, since this is my first communication with bootstrap, so please help! What bootstrap class should be able to display the name normally? Thank you in advance! Screenshot and problem code attached.

Screenshot
5b530b534bb06440311389.jpeg
Part of the code
<!-- Sidebar user panel (optional) -->
            <div class="user-panel">
                <div class="pull-left image">
                    <img src="{{asset('images/avatar04.png')}}" class="rounded-circle" alt="User Image">
                </div>
                <div class="pull-left info">
                    <p>{{Auth::user()->name}}</p>
                    <!-- Status -->
                    <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
                </div>
            </div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2018-07-21
@SimonPomidorkin

the bootstrap versions differ
and differ greatly
; the easiest way is to use the same version as in AdminLTE

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question