My shopify page adehyiekreations.com has issues with the text shifting when in mobile mode.
This only happens on the header. Please help me fix it
My shopify page adehyiekreations.com has issues with the text shifting when in mobile mode.
This only happens on the header. Please help me fix it
Hi @Jacqueline00 ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
@media screen and (max-width: 767px) {
#slide-side-menu .slide-side-menu__inner>footer {
position: static !important;
}
html.no-scroll .boom-ui-container {
display: none;
}
}
I hope it would help you
Best regards,
Richard | PageFly
Hello @Jacqueline00
I would like to give you a solution to support you.
Go to Online Store → Theme → Edit code.
Open your theme.liquid theme file.
Paste the below code before :
Result:
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
I see only theme.css.liquid and not theme.css
where I am to add the code?
I see you added the correct code in theme.liquid . The menu is displayed beautifully on mobile
Hi @Jacqueline00 ,
Sorry, Because there are missing.
You can paste my code at the TOP of the theme.css.liquid file:
@media screen and (max-width: 767px) {
#slide-side-menu .slide-side-menu__inner>footer {
position: static !important;
}
html.no-scroll .boom-ui-container {
display: none;
}
}
I hope it would help you
Best regards,
Richard | PageFly
@GemPages please help me with my other problem stated above.
Hi @Jacqueline00 ,
Sorry for the late reply
Here I have 2 ways to handle this problem:
If you want to try solution 2, you can refer to the css below and paste it at the TOP in theme.css.liquid file:
@media screen and (max-width: 767px) {
#shopify-section-template--14583374512202__slideshow .custom-height-slide-1,
#shopify-section-template--14583374512202__slideshow .flickity-viewport {
height: 200px !important;
}
}
I hope it would help you
Best regards,
Richard | PageFly
Thank you for the response.
I used option 2 and still didn’t see any change because some part of the text is still missing.
What could be the problem and what other ways can I solve it, please?
Thank You
Hi @Jacqueline00 ,
You can try replace previous my code by below code at the TOP in theme.css.liquid:
#shopify-section-template--14583374512202__slideshow .flickity-slider .custom-height-slide-1, #shopify-section-template--14583374512202__slideshow .flickity-viewport {
height: 200px!important;
}
I hope it would help you
Best regards,
Richard | PageFly
Thank you so much, Richard.
You have been so helpful.
My last request is for you to help me with adding an h1 tag to my landing page.
Can you please help with that?
Hi @Jacqueline00 ,
Can you share your landing page code so we can check it?
Hi Richard, I am new to learning about the platform.
Where do I find that, please?
Hi @Jacqueline00 ,
Sorry, I don’t know what landing page you are talking about, so I can’t guide you to find the correct code file. I think you may try contacting Shopify support or finding another expert regarding this issue.
Best regards,
Richard | PageFly