Hello melangemarketco,
You have make custom modifications in sections -> header.liquid
step 1 . Search code in header.liquid
<nav class="nav-bar" id="navBar" role="navigation"> <div class="wrapper"> {% include 'search-bar' %} {% include 'mobile-nav' %} {% include 'site-nav' %} </div> </nav>
cut this code and paste just above this div
<div class="grid-item large--one-half text-center large--text-right">
modified code looks like
<nav class="nav-bar" id="navBar" role="navigation"> <div class="wrapper"> {% include 'search-bar' %} {% include 'mobile-nav' %} {% include 'site-nav' %} </div> </nav> <div class="grid-item large--one-half text-center large--text-right">
Step 2 :
Replace class
i,e
1. search <div class="grid-item large--one-half"> modify <div class="grid-item small--one-half medium--one-third large--one-third text-center"> 2. search <nav class="nav-bar" id="navBar" role="navigation"> modify <nav class="nav-bar grid-item small--one-half medium--one-third large--one-third text-center" id="navBar" role="navigation"> 3. search <div class="grid-item large--one-half text-center large--text-right"> modify <div class="grid-item small--one-half medium--one-third large--one-third text-center">
save all changes in header.liquid.
Hello! I am doing a full test run through Shopify to make sure I know what I want before switching my website provider completely! Although I am deeply annoyed by the design limitations compared to my last provider, I did find a theme I think will work best, but I will miss my current header design!!! So I am working on the coding & managed to get somethings going right, but I need help on these last 3 code edits!!!! This photo examples them. Was able to partially get the 3rd. Thanks in advanced to anyone answering. (Email for anyone wanting to reach out directly : candscreativecollection@gmail.com)
User | Count |
---|---|
443 | |
196 | |
103 | |
100 | |
90 |