How to convert banner size back to normal shopify

Had someone go into my code sometime ago and make it more sleek but I’m wanting to convert the banner back to its original size how do I do this

What’s your store url ?

https://softbeginnings.au/

landon1 is the password

do you want to remove this spacing ?

No just wanting to convert the banner back to being a bigger size like it was originally standard shopify banner size I had someone go in and adjust it to have a smaller height

i don’t know how it looks earlier
do you have any old theme in which size is ok
maybe you can share preview link of your old theme so i can see how it looks earlier

https://mhgz7amjgckz7fr4-61584244845.shopifypreview.com

Hi JGBowie,

Based on the difference between the 2 versions you sent, you need to add these CSS rules:

.header__inline-menu ul li {
    text-transform: uppercase;
    letter-spacing: 2px;
}

Here’s how it should look.

You can add it from the theme code or the theme editor.

  1. Theme code:
  • Online store > Themes
  • The 3 dots beside the live theme > Edit code
  • Search for base.css and add the code there at the bottom
  1. Theme editor:
  • Online store > Themes > Customize button
  • In the Header section, go to the Custom CSS setting and add the code there.

Hope that helps.

@JGBowie

Do you have a previous version of the theme which wasn’t modified? If so, you can just find the original code and replace it in the current theme.

I’m not able to find out what is the name of the file just by looking at it, but it’s inside the “sections” folder. Likely something along the lines of “slideshow”. You can also use a chrome extension like such to search for “index-section–slideshow” and find the respective file.

Best,
Diego