Sections Size

Hey there I’m trying to have sections of images with text over them, so I’m setting the section background image and then adding text over it. When I add the image its not using the full image. Ion trying to figure out how to use the whole image hight as well as width. Any help is rad! Thx

Similar to this website http://risenchurch.com

Hi William,

Thank you for writing in, you can set the section’s background-size to 100% 100%



But that is not recommended because on other screen sizes your background-image will look distorted. So we recommend keeping your background-size to cover. And just play with the background-position instead.

CSS background-size Property
CSS background-position Property

Hope it helps,
Cheers!

Ok, thank you. I’ll mess with it. I actually added some gaps to the top and bottom and it helped get me to where I needed. I might run into problems later but I’ll jump that bridge when I get there.

Hi @BillyXavier

Okay, good luck and feel free to open a new support thread if you encountered any issue or need help with something. We will be glad to help.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.