-
AuthorPosts
-
June 10, 2015 at 9:12 am #207178
I have added two modules to my nav bar but they are showing up on top of each other versus side by side. I would like them side by side/
Also I want to have my main menu in the side bar, how do I move the main menu out of the nav bar and put my logo there?
Thanks
-
June 10, 2015 at 11:54 am #573597
I was able to remove the man menu from the bar and add my logo but I still need to put them all side by side… Please help.
Thank You
Scott Lavelle FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
June 10, 2015 at 5:15 pm #573619You will need to surround each of the jdoc include lines with some div statements to get them next to each other. From what I can see, everything you have there is just in the “container” div. I don’t really even quite know how you ended up with the login NOT under the menu with this configuration, but maybe a combo of floats, text-aligns. and enough space might have made it this way.
I’d usually have some sort of Bootstrap div code surrounding each of those, such as this:
<div class="col-xs-12 col-sm-8">
...navbar stuff...
</div>
<div class="col-xs-12 col-sm-2">
...login stuff...
</div>
<div class="col-xs-12 col-sm-2">
...facebook stuff...
</div>
But since you’ve moved things to a sidebar menu positon (using a module, I suppose, and not using the megamenu), things are likely different.
Scott Lavelle - Technical Resource Solutions, LLC
Certified Joomla Administrator -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Saguaros 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-