Hello,
i was wondering how i can make the picture on my website bigger so it will end at the bottom of my screen (where the red line is)
url: sixdreamz.com
Hello,
i was wondering how i can make the picture on my website bigger so it will end at the bottom of my screen (where the red line is)
url: sixdreamz.com
Hey @sixdreamz You have to check in the theme customizer is there any option for the section or image height?
If yes then you can manage the height of the section from there if not then you have to add the Below CSS in base.css file which is located in the assets folder in the theme code.
.banner.banner–content-align-center.banner–content-align-mobile-center.banner–large.scroll-trigger.animate–fade-in {
height: 130vh;
}
According to your requirement you can change the height.