How to change logo Padding

Solved

How to change logo Padding

seeyoutom
Tourist
10 0 1

Hello! I'm newbie.

 

I'm looking to drop the tail of the letter 'g' in my logo below the bottom border of the header.  I'm assuming this will take some CSS?

seeyoutom_0-1712413802778.png

Thanks in advance!

Accepted Solutions (2)
PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @seeyoutom 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

#headerContainer > .py-2{
    overflow: visible !important;
}

#headerContainer > .py-2 > .flex{
    height: 50px;
    padding-top: 5px;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @seeyoutom 

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

#headerContainer > .py-2{
    overflow: visible !important;
}

#headerContainer > .py-2 > .flex{
    height: 50px;
    padding-top: 5px;
}

@media only screen and (max-width: 768px) {
    #headerContainer > .py-2 > .flex{
        height: 30px;
    }
}

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 6 (6)

PageFly-Amelia
Shopify Partner
626 165 238

Hello @seeyoutom 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

Could you please provide me with the URL so I can check it for you?

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

seeyoutom
Tourist
10 0 1
PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @seeyoutom 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

#headerContainer > .py-2{
    overflow: visible !important;
}

#headerContainer > .py-2 > .flex{
    height: 50px;
    padding-top: 5px;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

seeyoutom
Tourist
10 0 1

Thank you. It works well on desktop but not very well on mobile. Can you help me adjust it for mobile as well?

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @seeyoutom 

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

#headerContainer > .py-2{
    overflow: visible !important;
}

#headerContainer > .py-2 > .flex{
    height: 50px;
    padding-top: 5px;
}

@media only screen and (max-width: 768px) {
    #headerContainer > .py-2 > .flex{
        height: 30px;
    }
}

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

seeyoutom
Tourist
10 0 1

Amazing!!

Thank you so much