I am using Grid theme and I am trying to fix the header so that everything is aligned smoothly.
I would like the layout to have the search icon (rather then box), a cart icon (instead of the word cart) and checkout to be all aligned on the top right.
Unsure if this is possible but I’ve been hitting my head against a wall for days.
Step 2: Find the file “header.liquid” (here we use the Dawn theme, maybe the Grid theme has a different name. If you don’t find the file, you can contact us for support). Then, navigate to the cart:
Cart
and replace it with:
and save the file.
For the Checkout and Search box sections, we saw it looks like what you want. If you need to change it, please provide us with screenshots. Then, we will check it for you.
Thanks for the help, I now have the shopping bag there but I wanted to know how I make it and the number and wishlist are all on the same line. As well as the search bar alongside them?
But to change it on your site, you need to find the HTML in the liquid file. It’s a little difficult for us to guide you exactly on what file it is in (Online store => Themes => Edit code) since your theme is a paid theme. Usually, it will be located in the file “header.liquid”.
To align Icon Search to the left and the footer to be horizontal, it can’t be like Green Envy because your structure has no child elements. You need to paste the following CSS code into the file “theme.css” and save it
First, you need to find the input element in the liquid files (it’s usually in the file: “search.liquid”, “header.liquid”, …) to replace it with the button containing the smaller icon.
Replace the tag:
to:
Then paste this CSS code at the bottom of the file: theme.css and save it:
Hi there, I have a few things happening with my site since I made the last suggestions you did on my post.
Image 1: mobile screen shot - the search icon is to the middle of the page, can this be to the left?
Am I also able to take it thinner on both mobile and fullscreen?
Image 3: I am really struggling with this footer. I want 3 even areas in the footer, one being the menu, one being the contact details and one being the social icons. I would love if they could be quite centered in the page. Also the white band below the footer is back!