I'm encountering challenges with formatting the navbar layout I am currently designing.
My goal is to create a navbar with three distinct sections as outlined in the title. In the first section on the left, there should be an image and a button-like element positioned in the same row regardless of screen width.
For the second section at the center, I simply want an h1 above an h2 with text centered.
Lastly, for the third section on the far right, I need it to be divided into a 2x3 grid setup. The first column should contain a button spanning two rows, the second column should house two buttons per row, and the third column needs to have a button with an image inside covering two rows while taking up more space horizontally compared to the others (ideally 25%, 25%, 50% distribution).
Below is my current code snippet:
INSERT YOUR CODE SNIPPET HERE
Desired Navbar Layout: View Here
I'm fairly new to seeking help on forums, so please forgive any oversight in terms of editing or formatting rules.
I've experimented with various examples from search results, including ones sourced from forums and Bootstrap documentation. Despite these efforts, I am struggling to achieve the precise layout I envision. At times, the navbar appears misaligned without me adjusting margins or padding settings.
I have also attempted solutions proposed on Stack Overflow, but incorporating elements within the navbar items to match my layout requirements seems to pose some challenges in cohesion and positioning.
UPDATE: You can find my CodePen project here: Visit CodePen