I would like my site to look like this. How many hours would it take to change some of the code to remove the extra white space throughout the site and also move the search box and cart to the location shown on these examples?
Hey…
If you are familiar with editing the code for the theme, under Assets you’ll see “styles.css.liquid”.
That section is around line 3209. You’ll notice margin-top and margin-bottom with a value in “em”. Lower whatever number you see until you like the look.
I can see your screenshot you have shown that you would like to header also. To do so we will have to customize the header. Unfortunately, there is no simple solution otherwise I will be happy to help you. I would suggest hiring a Shopify expert to assist you OR feel free to contact me.
Great! That worked. Thank you! I changed the “em” to -.5 to get the look I want. It only changed it on the home page between the slide show and the collection images, however. I would also like to tighten up the spacing a little bit on the home page in these areas as well as shown in red below.
Additionally, I would like the spacing on the collection pages to look more like this as shown below. The space around the collection name is too large the way it is now.
Are you by chance familiar with Google Development Tools in Chrome? If not, here is a real quick tutorial, and this will assist you further in customizing your site.
To fix what you were inquiring about, look at line 3202 in the same styles.css.liquid. You’ll see this element (.template-index #content .section). Play around with the em as you did with the first section.
And so you know what an “em” is, and why you’re changing this value, here is information from W3schools.com, with the opportunity to try different things out. It’s truly a valuable resource!