Hello,
I have 2 questions:
1.) How do I get the header menu for my website to be horizontal on mobile? I’m using the Dawn theme.
2.) How do I create spacing between the words for my footer menu?
Example:
Shipping Returns Privacy Terms
My website is fracture-usa.com and the password is wildwest
Thanks in advance!
Hi @Fracturerich
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
- Go to Online Store->Theme->Edit code theme.liquid paste my code after element
@media(max-width:767px){
header-drawer{
display:none !important
}
.header__inline-menu{
position:absolute;
Inset:30px;
display:block !important;
top:auto
}
ul.footer-block__details-content.list-unstyled {
- column-gap: 15px !important;
}
}
Best Regards;
Pagefly
You are welcome, I glad when can help you
I just noticed that the header menu is slightly off centered. do you know how I can make it more centered? see attached screenshot