Solved

hamburger menu on mobile bug need help

Helpmebud
Tourist
7 0 2

asda.jpg

I think i did something wrong, my hamburger menu icon is way to big now, and i dont know how i did it.

Can an expert help me out?

@

Accepted Solutions (3)

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

Hi @Helpmebud 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

.header__icon--menu .icon {

    height: 24px !important;

    width: 24px !important;

}

.header__heading-logo {

    max-width: 150px !important;

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

Hi @Helpmebud 

 

You can use this code to make the header look smaller.

.header-wrapper.color-inverse.gradient{
height: 190px !important;
margin-top: -40px !important;
}

It will look like this: https://prnt.sc/corWRi5LDT8X

 

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

@Helpmebud 

Can you try with this code:

 

@media screen and (max-width: 767px){
.header-wrapper.color-inverse.gradient {
height: 140px !important;
}
}
@media only screen and (max-width: 500px)
svg.icon.icon-hamburger {
top: 70px !important;
}

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


PageFly - #1 Page Builder for Shopify merchants.


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

View solution in original post

Replies 8 (8)

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

Hi @Helpmebud 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

.header__icon--menu .icon {

    height: 24px !important;

    width: 24px !important;

}

.header__heading-logo {

    max-width: 150px !important;

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

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


PageFly - #1 Page Builder for Shopify merchants.


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

Helpmebud
Tourist
7 0 2

Thank you so much!

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

Hi @Helpmebud 

 

You can use this code to make the header look smaller.

.header-wrapper.color-inverse.gradient{
height: 190px !important;
margin-top: -40px !important;
}

It will look like this: https://prnt.sc/corWRi5LDT8X

 

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


PageFly - #1 Page Builder for Shopify merchants.


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

Helpmebud
Tourist
7 0 2

Thank you buddy, the desktop version is perfect. on the mobile version there is still a lot of waste space under the logo, the code did only help on desktop version.

Helpmebud
Tourist
7 0 2

image_123986672.JPG

The black space under the logo on mobile version, how do i get rid of it? the desktop version is good now.

PageFly-Richard
Shopify Partner
4226 956 1603

This is an accepted solution.

@Helpmebud 

Can you try with this code:

 

@media screen and (max-width: 767px){
.header-wrapper.color-inverse.gradient {
height: 140px !important;
}
}
@media only screen and (max-width: 500px)
svg.icon.icon-hamburger {
top: 70px !important;
}

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


PageFly - #1 Page Builder for Shopify merchants.


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

Helpmebud
Tourist
7 0 2

god bless you

PageFly-Richard
Shopify Partner
4226 956 1603

@Helpmebud 

God bless you You too 😊

 

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


PageFly - #1 Page Builder for Shopify merchants.


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