We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Tighten Header Spacing? (Pursuit Theme)

Tighten Header Spacing? (Pursuit Theme)

ChuckM
Visitor
3 0 1

Hello,

 

I am hoping someone might be able to assist with a few customizations/adjustments.  I am using the Pursuit theme from Mile High Themes. 

 

I don't like how much space the header takes up, I always feel that bulky headers are a waste of space and interfere with getting your product up higher and in front of your customer.  In the attached image I highlighted the changes I'd like to make.

 

IDEALLY, I would like to remove the highlighted section altogether and add the account/login link to the main menu above the search.  Preferably right justified if this can be done. 

 

ChuckM_1-1721248069191.png

 

If there is no option or solution to do that, is there a way to close the gap a bit between the elements? (as noted by the sloppy yellow arrow)

 

I like a tight, but not crowded, layout. It seems like this theme in general has a lot of unnecessary padding between blocks/elements.

 

I am new to Shopify but I am very comfortable editing html and css code, if that's where the solution to this lies.  I just need to know where to go.

 

Thanks in advance!!

 

 

 

 

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @ChuckM 

If your comfortable or familiar with the css you can look for padding or margin to lesser that space. If not please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ChuckM
Visitor
3 0 1

I am good to edit & adjust the values as needed.  I just need a little guidance as to where I would find the css code for the areas of the header that I'm referencing in the image.

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Oh, it would be hard to give instruction for checking the code. But anyway if you can follow this.

Made4uoRibe_0-1721250956238.png

i use the demo theme, the top padding is you need to adjust. Try the code below if it work.

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

.site-header .site-header__mobile-nav {
    padding-top: 5px;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_1-1721251057831.png

     

  • if it doesnt work you can pm me anytime. Thanks!

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.