Shopify themes, liquid, logos, and UX
Im using a third party template named motion theme 2.0 and i cant change the size of the logo and its position. How can i put a css code to make it bigger and more to the left?
Hey @markusggg
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hey @markusggg
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.header {
margin-left: 0 !important;
max-width: 100%;
display: flex;
justify-content: space-around !important;
}
a.header__heading-link.link.link--text.focus-inset span {
font-size: 35px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
thats not the theme website tho
Hi @markusggg
Please, share the preview of your motion theme that you like to make the changes. Thanks!
Hi @markusggg ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
@media(min-width:767px){
header{
max-width:90% !important;
padding:0
}
header .header__heading{
transform: scale(1.3);
}
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
dont work
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024