Parallax Theme :: Enlarging My Logo on Desktop and Mobile

Hello!

I’m using Out of the Sandbox’s Parallax Theme, and I could use some help with enlarging my store’s logo on desktop and mobile**.**

I feel I need to edit the code to make it bigger. But here are my “Header Settings” that I currently have in my store (please see the snapshots below):

For you to see what the logo looks like on mobile and desktop, check out these images here:

I’m launching my store on Monday and would appreciate some help straightening this out!

Many thanks for considering my request :slightly_smiling_face:

-Tim

Hi Tim,

You can enlarge the logo by using the below code:

#header a.mobile_logo img {
  max-width: 200px;
  max-height: 50px;
}
.header div.logo a {
  width: 220px;
}

Adding the above within your ‘styles.css’ file should do the job. The first part of the code is intended to enlarge the logo for mobile phones, while the second part handles the desktop part.

Kind regards,

Gabriel

@GabrielS You’re the man!! Thank you good sir :folded_hands: