Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

How to move my log to the left edge inside a container class?

Hi, I'm using VS2013, asp.net web form and C#
I used the asp.net web form template which comes with bootstrip buit-in.  In my header, the logo is inside the Container class that has a 15px padding.  Is there a way to override this without modifying the Container class?  Thank you.

            <div class="container">
                <div class="navbar-header">
                    <img class="Logos" src="Images/Logo.jpg">
                </div>    
            </div>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca
lapucca

ASKER

Perfect!  I used the inline, 1st solution.  Thank you.