![]() |
NavBar issues - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3) +--- Thread: NavBar issues (/showthread.php?tid=73555) |
NavBar issues - Mekaboo - 05-07-2019 Hello again! I understand this is a basic html but for some reason executing it with CI doesn't work the way I want it to work. Im trying to add Im trying to add Bootstrap Brand NavBar to site. Unfortunately I cant get it to flush left while main content on page is centered. How do I flush left the logo/brand in NavBar? This is the code I got from Bootstrap that I would love to use: Code: <!-- Image and text --> ![]() ![]() Mekaboo RE: NavBar issues - InsiteFX - 05-08-2019 See if this will work, I' am assuming that you are using Bootstrap 4 Code: <body> RE: NavBar issues - Mekaboo - 05-08-2019 (05-08-2019, 03:33 AM)InsiteFX Wrote: See if this will work, I' am assuming that you are using Bootstrap 4Unfortunately it doenst wok..still centered ![]() Thank you for the help!! |