Re: make white space smaller where my logo is

make white space smaller where my logo is

denise123
Visitor
3 0 0

I want to make the white space smaller where my logo is at myloveforpets.com. can someone help me with this?  Thank you!

Denise

Replies 5 (5)

iCart_App
Shopify Partner
610 59 110

Hello @denise123,

Hope you are doing well.

Could you please go more in detail about your requirement? So that I can guide you well with the solution. 

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com
denise123
Visitor
3 0 0

I would like to make the height of the white space where my logo is to be smaller in height? I know there is a way to do it.  Thank you

iCart_App
Shopify Partner
610 59 110

Hello @denise123,

Thank you!

Please add this CSS to your theme.scss.css file.

 

img.small--hide {
    height: 120px;
}

 

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com
denise123
Visitor
3 0 0

Thanks, I will give it a try If I can find where this file is?  I am new to shopify and really just learning it all, but I will try. Thank you!

iCart_App
Shopify Partner
610 59 110

Hello @denise123,

You'll find this file in Online Store > Right click on Customization button > Edit code > Search for the theme.scss.css file name in the search box.

iCart Cart Drawer Cart Upsell App


- If you find the solution helpful, please accept and like it
- To learn more visit www.identixweb.com