I want to expend the size of my logo on mobile only

I want to expend the size of my logo on mobile only

imazele
Explorer
54 0 14

Hi,

 

I want to be able to expend the size of my logo on mobile.

I want to be able to choose the size myself.

Here's my website : https://www.five-pocket.com/ 

 

Thanks.

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
9666 2300 2869

Hi @imazele 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media only screen and (max-width: 749px){
img.header__heading-logo {
    width: 60vw;
}
.header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}
}
</style>

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1733755913736.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
imazele
Explorer
54 0 14

Thanks! How can I ajust it as I want this is too big.