getting started with bootstrap theme

Permalink
Hi,
I just got started with the bootstrap theme and I am quite impressed with the features. However, my skill level being slightly above freezing point, I am having difficulty doing something which I think should be quite simple (this is what is actually showing in the bootstrap live demo). My two goals at the present:
1- have the autonav (horizontal) menu justify (float) to the right of the page and have a logo floating to the left.
2- have the flex slider display in full width of the page (I keep getting the margins on the sides)

I can do some css editing but would not want to modify anything that would compromise the responsiveness of the theme.

Thanks in advance for any advice....

 
phpkida replied on at Permalink Reply
phpkida
if u give screenshot about what u need i can help u properly but u solve yr problem using
<div class="row">
<div class="span4">used your logo code</div>
<div class="span8">nav bar code</div>
</div>
no need extra css
bdlemieux replied on at Permalink Reply 1 Attachment
Hi,

The bootstrap theme has a showcase site:http://www.certain.com/ which is pretty much what I want to do in the header (auto nav to right, logo to left) and slider part (full width, no left or righ margin or padding)
Thanks
wrightbrain replied on at Permalink Reply
wrightbrain
Hello.

I'm trying to do the same thing. Did you get your question answered?

Thanks
wrightbrain replied on at Permalink Reply
wrightbrain
Hello.

I'm trying to do the same thing. Did you get your question answered?

Thanks