Jina
August 4, 2021, 3:59pm
1
Hi,
I have two questions about shopify design:
I’m having trouble finding a way to adjust the website banner size.
Our website URL is alexcarro.com and you’ll see the banner size doesn’t increase when you make the window wider. (see attached screenshot)
I’d like the banner image to adjust/fit on the window size.
Where it says: “Small-batch local skincare from Barcelona. All-natural…with soul.”, it’s an image file but can we make this to text?
Our website is built by a 3rd person and it’s quite customized, so I’d like to know if there’s a way to change the image section to text section.
Let me know if you have any questions, thank you so much for your time.
I’ll be looking forward to hearing from you.
Best regards,
Jina
Hi @Jina , for 1. Can you please attach the pic in the post so it’s easier to see what you want as I cannot find anything wrong with the banner.
I’m not sure which widgets your theme supports but you can use Rich Text or Custom Content to type the text and then use CSS to design it like that.
Jina
August 4, 2021, 4:49pm
3
Hi,
Thanks for your response.
If you open the attached file, you’ll see the banner image (blue sea)
does not extend till the end of the window. I marked it with red lines, can
you see that?
[image: Screenshot 2021-08-04 at 18.44.14.png]
I tried to find Section to include the custom content but cannot find
any option like that. Here are all our section options in Shopify customize
setting.
[image: Screenshot 2021-08-04 at 18.47.01.png][image: Screenshot 2021-08-04
at 18.47.12.png]
Let me know if you have any questions. Thank you so much!
Best,
@Jina , unfortunately, I cannot view the screenshots. They are coming up as text in your post. Please can you repost the screenshots again?
Jina
August 5, 2021, 11:17am
5
Hi,
That’s strange! Can you see them now?
Screen shot of banner img
Screenshot of our shopify adding ‘section’ options
Hi @Jina yes I can see the screenshots now.
For the image issue, you can add this code at the end of your CSS file:
#shopify-section-1592320527412 .full-banner .banner-img img {
width: 100%;
}
For your second issue, I’d recommend you to get in touch with the developers of the theme as they will be able to guide you better.
Jina
August 5, 2021, 2:52pm
7
I introduced that to the CSS but it seems like the space has gotten slightly smaller in Chorme.
In safari, the image is extending as much as I change the window size.
@Jina update the previous code to this:
#shopify-section-1592320527412 .full-banner .banner-img img,
.banner-img a {
width: 100%;
}
Jina
August 5, 2021, 3:04pm
9
It worked! Thank you so much!