Is there a way to align the hero text to the logo

Is there a way to align the hero text to the logo when in widescreen. Picture below

Website: www.ecogarby.com

Password: ttt

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >styles.css and paste this at the bottom of the file:
@media screen and (min-width: 749px){
.caption.text-align-left.align-middle {
top: 50%;
margin-left: 5%;
}
}
1 Like

@ZestardTech Thank you!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like