Hi Robert - thanks for posting the answer to your own question. If only
more people would do that :)
On Thursday, 11 April 2013 17:58:26 UTC+1, Robert J. wrote:
>
> Hello everyone,
>
> I am new using BootStrap and I am trying to add a logo to the Navigation
> area, which I was able to do it, but I noticed that the body section the
> overlapping underneath. How do I solve this?
>
> In Css, I am using:
> .navbar .brand {
> display: inline-block;
> padding: 0;
> float: left;
> color: #ffffff;
> width:307px;
> height:88px;
> background: url('../Images/other/SampleLogo.jpg') no-repeat;
> }
>
>
> and in my MVC page I have like:
>
> <div class="navbar navbar-inverse navbar-fixed-top">
> <div class="navbar-inner">
> <div class="container">
> *<a class="brand" href="#" title="change in
> _bootstrapLayout.basic.cshtml"></a>*
> <a class="btn btn-navbar" data-toggle="collapse"
> data-target=".nav-collapse">
> <span class="icon-bar"></span>
> <span class="icon-bar"></span>
> <span class="icon-bar"></span>
> </a>
> <div class="nav-collapse collapse">
> <ul class="nav">
> @Html.Navigation()
> </ul>
> </div>
> </div>
> </div>
> </div>
>
>
> Here is a screen shot of what is happening.
>
>
>
> <https://lh4.googleusercontent.com/-0PH84nIGxeg/UWbp-nerS2I/AAAAAAAAFWQ/lDcV-O3w2qA/s1600/BootStrap+Logo+issue.jpg>
>
> Thanks in advance.
>
> Robert J.
>
>
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.