Hi,
Please help me remove this at the top of the heading of my store’s website? When I scroll both in desktop and mobile, there’s a space on that topmost area.
“Liquid error: Could not find asset snippets/pagefly-head.liquid”
Thank you in advance
Hi,
Please help me remove this at the top of the heading of my store’s website? When I scroll both in desktop and mobile, there’s a space on that topmost area.
“Liquid error: Could not find asset snippets/pagefly-head.liquid”
Thank you in advance
You can go to your Online Store > Themes > click 3 dots button > Edit code > theme.liquid, find and remove this line of code below, click Save button
{% include 'pagefly-head' %}
Thank you so much @Dan-From-Ryviu !! ![]()
Is it okay if I ask help from you regarding the alignments of texts and icons in the footer?
Please send me your store URL?
Here you go: https://j0r9tb846ymf4u29-58342015156.shopifypreview.com
DESKTOP VIEW: footer texts and icons have good layouts
MOBILE VIEW: footer texts and icons for:
homepage: good
some pages at the footer: some texts and icons are located at the center, but some are in left alignment
Here’s the code at the bottom of assets/theme.css:
#shopify-section-header {
width: 100%;
position: fixed;
z-index: 99;
background: #fff !important;
}
.page-container {
padding-top: 196px;
}
.site-footer__section {
text-align:center;
}
@media only screen and (max-width: 749px) {
.site-footer__content {
text-align: center;
line-height: 5px;
}
.site-footer__item {
justify-content: center;
}
@media only screen and (max-width: 750px){
.site-footer h4, .site-footer .h4 {font-size: 22px; text-decoration: underline}
}