Working on this site at the moment (https://www.wilsonluxe.com/) – I wanted to put the logo in the middle with the navigation on the left, and potentially the search bar on the right if possible?
I wanted the navigation to be similar to this: https://dealsweel.com/
Any help would be appreciated
I’ve tried using the Shopify theme liquid but its organised a little differently than vanilla CSS, which is what I’m used to!
2
Answers
You can do it with
display: flex;
Try this:
This is the result:
try this