Hi,
What is the best way to achieve this look with my xtheme site.
Hi,
What is the best way to achieve this look with my xtheme site.
Hello @will2christ,
Thank you for the details. To have a fullscreen image, you will need to set the height on your columns to fullscreen as well. Edit your page and click the columns. In the column settings, find the โCustomizeโ tab and insert this inline element css:
$el {
min-height: 100vh;
}
We would love to know if this has worked for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.