What it currently looks like
What it should look like
Pass word 12345
What it currently looks like
What it should look like
Pass word 12345
@Alex_119 You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.
@media screen and (max-width:600px){
.header__heading-logo {
max-width: 240px !important;
top: 19px;
}
}
Hi @Alex_119 .
This is PageFly - Advanced Page Builder.
You can go to Online store => themes => actions => edit code and add this code on file base.css
@media screen and (max-width: 767px){
.header__heading-logo{
width: 50% !important;
height: 50% !important;
}
}
Hope this helps.
Best Regards;
Pagefly
this didn’t work is there any code I should try deleting?