For some reason, page titles are hidden by the header on all pages when viewing the website on computer. But on a phone view, they show. How do I make them show on the computer awell.
https://maisonloushi.myshopify.com
pass:1234
For some reason, page titles are hidden by the header on all pages when viewing the website on computer. But on a phone view, they show. How do I make them show on the computer awell.
https://maisonloushi.myshopify.com
pass:1234
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css
@media only screen and (min-width: 750px){
.template-page #MainContent {
padding-top: 100px;
}
.template-customers-login #MainContent {
padding-top: 100px;
}
}
Perfect! Worked great! Thank you!